Package com.ptc.windchill.esi.tgt
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, STATUSFields inherited from interface wt.inf.container._WTContainerNamespace
CONTAINED_IDENTIFIED, CONTAINER_REFERENCE, NAMESPACE_REFERENCEFields inherited from interface wt.inf.container.WTContainerNamespace
NAMESPACE_ID -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(ESITarget target) Supports initialization, following construction of an instance.static ESITargetIdentitynewESITargetIdentity(ESITarget target)
Supported API: trueMethods 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, writeExternalMethods inherited from class wt.fc.IdentificationObject
changeIdentity, checkIdentity, createKey, getSemanticKey, initialize, setAdditionalKeyAttributes, toStringMethods inherited from class wt.fc._IdentificationObject
readVersion
-
Method Details
-
newESITargetIdentity
Supported API: true- Parameters:
target-- Returns:
- ESITargetIdentity
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
target-- Throws:
WTException
-