Package wt.enterprise
Class CopyObjectInfo
java.lang.Object
wt.enterprise.CopyObjectInfo
- All Implemented Interfaces:
Serializable
Class holding the
Supported API: true
Extendable: false
RevisionControlled original/copy pairs and
rules used by the EnterpriseService newMultiObjectCopy and saveMultiObjectCopy
methods as part of the Save As operation.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCopy()Gets the value of the attribute: copy; New copied object.Gets the value of the attribute: original; Original object
Supported API: truevoidsetCopy(RevisionControlled a_Copy) Sets the value of the attribute: copy; New copied object.voidsetOriginal(RevisionControlled a_Original) Sets the value of the attribute: original; Original object
Supported API: true
-
Method Details
-
getOriginal
Gets the value of the attribute: original; Original object
Supported API: true- Returns:
- RevisionControlled
-
setOriginal
Sets the value of the attribute: original; Original object
Supported API: true- Parameters:
a_Original-- Throws:
WTPropertyVetoException
-
getCopy
Gets the value of the attribute: copy; New copied object.
Supported API: true- Returns:
- RevisionControlled
-
setCopy
Sets the value of the attribute: copy; New copied object.
Supported API: true- Parameters:
a_Copy-- Throws:
WTPropertyVetoException
-