Package com.ptc.windchill.rd
Class ReceivedPackage
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.rd._ReceivedPackage
com.ptc.windchill.rd.ReceivedPackage
- 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="packageMasterUfid",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="sourceRepository",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="importConflictResolutions",type=java.util.Map.class,supportedAPI=PRIVATE,columnProperties=@ColumnProperties(columnType=BLOB))})
public class ReceivedPackage
extends com.ptc.windchill.rd._ReceivedPackage
Use the newReceivedPackage static factory method(s), not
the ReceivedPackage 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.rd._ReceivedPackage
EXTERNALIZATION_VERSION_UID, IMPORT_CONFLICT_RESOLUTIONS, PACKAGE_MASTER_UFID, SOURCE_REPOSITORYFields 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, TYPE -
Method Summary
Methods inherited from class com.ptc.windchill.rd._ReceivedPackage
getClassInfo, getConceptualClassname, getImportConflictResolutions, getPackageMasterUfid, getSourceRepository, getType, readExternal, readExternal, readVersion, setImportConflictResolutions, setPackageMasterUfid, setSourceRepository, super_readExternal_ReceivedPackage, super_readVersion_ReceivedPackage, super_writeExternal_ReceivedPackage, 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
-
newReceivedPackage
Default factory for the class.
Supported API: true- Returns:
- ReceivedPackage
- Throws:
WTException
-