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, VERSION

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY
  • Method Summary

    Modifier and Type
    Method
    Description
    Default factory for the class.

    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, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

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