Package wt.epm.workspaces
Class CheckinOrMoveOption
java.lang.Object
wt.epm.workspaces.CheckinOrMoveOption
- All Implemented Interfaces:
Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for this class.CheckinOrMoveOption(Workable a_Object, Folder a_Folder) constructor for this class.CheckinOrMoveOption(Workable a_Object, Folder a_Folder, String a_note) constructor for this class. -
Method Summary
-
Field Details
-
object
Holds the object to be checked in or moved.
Supported API: true -
folder
Holds the destination folder (null implies a default folder)
Supported API: true -
note
Holds the comment for check-in
Supported API: true
-
-
Constructor Details
-
CheckinOrMoveOption
public CheckinOrMoveOption()Default constructor for this class.
Supported API: true -
CheckinOrMoveOption
constructor for this class.
Supported API: true -
CheckinOrMoveOption
constructor for this class.
Supported API: true
-