Class ESITargetIdentity

java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
com.ptc.windchill.esi.tgt._ESITargetIdentity
com.ptc.windchill.esi.tgt.ESITargetIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._IdentificationObjectNamespace, wt.fc._NetFactor, wt.fc.IdentificationObjectNamespace, NetFactor, wt.inf.container._WTContainerNamespace, wt.inf.container.WTContainerNamespace

@GenAsUnPersistable(superClass=IdentificationObject.class,interfaces={wt.inf.container.WTContainerNamespace.class,java.io.Externalizable.class},versions={12558393237415689L,741026919023057866L,8656616315041220876L},properties={@GeneratedProperty(name="name",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=450)),@GeneratedProperty(name="defaultForContext",type=boolean.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="status",type=ESITargetStatusType.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="number",type=java.lang.String.class,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=32,required=true))}) public class ESITargetIdentity extends com.ptc.windchill.esi.tgt._ESITargetIdentity

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:
  • Field Summary

    Fields inherited from class com.ptc.windchill.esi.tgt._ESITargetIdentity

    DEFAULT_FOR_CONTEXT, EXTERNALIZATION_VERSION_UID, NAME, NUMBER, STATUS

    Fields inherited from interface wt.inf.container._WTContainerNamespace

    CONTAINED_IDENTIFIED, CONTAINER_REFERENCE, NAMESPACE_REFERENCE

    Fields inherited from interface wt.inf.container.WTContainerNamespace

    NAMESPACE_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Supports initialization, following construction of an instance.


    Supported API: true

    Methods inherited from class com.ptc.windchill.esi.tgt._ESITargetIdentity

    getClassInfo, getConceptualClassname, getContainedIdentified, getContainerReference, getName, getNamespaceReference, getNumber, getStatus, isDefaultForContext, readExternal, readVersion, setContainedIdentified, setContainerReference, setDefaultForContext, setName, setNamespaceReference, setNumber, setStatus, super_readExternal_ESITargetIdentity, super_readVersion_ESITargetIdentity, super_writeExternal_ESITargetIdentity, writeExternal

    Methods inherited from class wt.fc._IdentificationObject

    readVersion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • 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