com.ptc.windchill.esi.tgt
Class ESITargetIdentity

java.lang.Object
  extended by wt.fc.IdentificationObject
      extended by com.ptc.windchill.esi.tgt.ESITargetIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc.IdentificationObjectNamespace, NetFactor, WTContainerNamespace

public class ESITargetIdentity
extends IdentificationObject
implements WTContainerNamespace, Externalizable

Use the newESITargetIdentity static factory method(s), not the ESITargetIdentity constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
protected  void initialize(ESITarget target)
          Supports initialization, following construction of an instance.
static ESITargetIdentity newESITargetIdentity(ESITarget target)
          

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newESITargetIdentity

public static ESITargetIdentity newESITargetIdentity(ESITarget target)
                                              throws WTException


Supported API: true

Parameters:
target -
Returns:
ESITargetIdentity
Throws:
WTException

initialize

protected void initialize(ESITarget target)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: true

Parameters:
target -
Throws:
WTException