Class MissingRepObjectTarget
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.replication.server.imp._MissingRepObjectTarget
com.ptc.windchill.replication.server.imp.MissingRepObjectTarget
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="number",type=java.lang.String.class,constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,required=false),columnProperties=@ColumnProperties(index=true,columnName="MissObjNumber")),@GeneratedProperty(name="name",type=java.lang.String.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="MissObjName")),@GeneratedProperty(name="container",type=java.lang.String.class,constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(index=true,columnName="MissObjContainer")),@GeneratedProperty(name="organization",type=java.lang.String.class,constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(columnName="MissObjOrganizationName")),@GeneratedProperty(name="orgid",type=java.lang.String.class,constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(columnName="MissObjOrganizationID")),@GeneratedProperty(name="type",type=java.lang.String.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="MissObjType")),@GeneratedProperty(name="version",type=java.lang.String.class,constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(columnName="MissObjVersion")),@GeneratedProperty(name="sourceOID",type=java.lang.String.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="MissObjOID")),@GeneratedProperty(name="host",type=java.lang.String.class,constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(columnName="MissObjHost")),@GeneratedProperty(name="objUfid",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=4000),columnProperties=@ColumnProperties(columnName="MissObjUfid"))},tableProperties=@TableProperties(oracleTableSize=HUGE))
public class MissingRepObjectTarget
extends com.ptc.windchill.replication.server.imp._MissingRepObjectTarget
The MissingRepObjectTarget represents missing objects information for a package delivery.
Use the newMissingRepObjectTarget static factory method(s), not
the MissingRepObjectTarget 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.replication.server.imp._MissingRepObjectTarget
CONTAINER, EXTERNALIZATION_VERSION_UID, HOST, NAME, NUMBER, OBJ_UFID, ORGANIZATION, ORGID, SOURCE_OID, TYPE, VERSIONFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY -
Method Summary
Methods inherited from class com.ptc.windchill.replication.server.imp._MissingRepObjectTarget
getClassInfo, getConceptualClassname, getContainer, getHost, getName, getNumber, getObjUfid, getOrganization, getOrgid, getSourceOID, getType, getVersion, readExternal, readExternal, readVersion, setContainer, setHost, setName, setNumber, setObjUfid, setOrganization, setOrgid, setSourceOID, setType, setVersion, super_readExternal_MissingRepObjectTarget, super_readVersion_MissingRepObjectTarget, super_writeExternal_MissingRepObjectTarget, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Method Details
-
newMissingRepObjectTarget
Default factory for the class.
Supported API: true- Returns:
- MissingRepObjectTarget
- Throws:
WTException
-