Package wt.epm.workspaces
Class CheckinOption
java.lang.Object
wt.epm.workspaces.CheckinOption
- All Implemented Interfaces:
Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for this class.CheckinOption(String a_note) constructor for this class.CheckinOption(Folder a_Folder) constructor for this class.CheckinOption(Folder a_Folder, String a_note) constructor for this class. -
Method Summary
-
Field Details
-
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
-
CheckinOption
public CheckinOption()Default constructor for this class.
Supported API: true -
CheckinOption
constructor for this class.
Supported API: true -
CheckinOption
constructor for this class.
Supported API: true -
CheckinOption
constructor for this class.
Supported API: true
-