Package com.ptc.windchill.rd
Class ReceivedDeliveryChunkInfo
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.rd._ReceivedDeliveryChunkInfo
com.ptc.windchill.rd.ReceivedDeliveryChunkInfo
- All Implemented Interfaces:
Externalizable,Serializable,wt.content._ContentHolder,ContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,interfaces=ContentHolder.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="sequenceNumber",type=int.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="chunkName",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="importStatus",type=com.ptc.windchill.rd.ReceivedDeliveryImportState.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="chunkSize",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="zipFormat",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={}))},foreignKeys=@GeneratedForeignKey(name="ReceivedDeliveryChunkInfoLink",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="theReceivedDelivery",type=com.ptc.windchill.rd.AbstractReceivedDelivery.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="theReceivedDeliveryChunkInfo",cardinality=ONE_TO_MANY,cascade=true)))
public class ReceivedDeliveryChunkInfo
extends com.ptc.windchill.rd._ReceivedDeliveryChunkInfo
Use the newReceivedDeliveryChunkInfo static factory method(s), not
the ReceivedDeliveryChunkInfo 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._ReceivedDeliveryChunkInfo
CHUNK_NAME, CHUNK_SIZE, EXTERNALIZATION_VERSION_UID, IMPORT_STATUS, RECEIVED_DELIVERY, RECEIVED_DELIVERY_REFERENCE, SEQUENCE_NUMBER, ZIP_FORMATFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.content._ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATIONFields 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
Modifier and TypeMethodDescriptionstatic ReceivedDeliveryChunkInfoDefault factory for the class.Methods inherited from class com.ptc.windchill.rd._ReceivedDeliveryChunkInfo
getChunkName, getChunkSize, getClassInfo, getConceptualClassname, getContentVector, getHttpVector, getImportStatus, getOperation, getReceivedDelivery, getReceivedDeliveryReference, getSequenceNumber, getType, getZipFormat, isHasContents, readExternal, readExternal, readVersion, setChunkName, setChunkSize, setContentVector, setHasContents, setHttpVector, setImportStatus, setOperation, setReceivedDelivery, setReceivedDeliveryReference, setSequenceNumber, setZipFormat, super_readExternal_ReceivedDeliveryChunkInfo, super_readVersion_ReceivedDeliveryChunkInfo, super_writeExternal_ReceivedDeliveryChunkInfo, 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, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newReceivedDeliveryChunkInfo
Default factory for the class.
Supported API: true- Returns:
- ReceivedDeliveryChunkInfo
- Throws:
WTException
-