wt.epm.workspaces
Class CheckinOrMoveOption

java.lang.Object
  extended by wt.epm.workspaces.CheckinOrMoveOption
All Implemented Interfaces:
Externalizable, Serializable

public class CheckinOrMoveOption
extends Object
implements Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 Folder folder
          Holds the destination folder (null implies a default folder)

Supported API: true
 String note
          Holds the comment for check-in

Supported API: true
 Workable object
          Holds the object to be checked in or moved.
 
Constructor Summary
CheckinOrMoveOption()
          Default 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public Workable object
Holds the object to be checked in or moved.

Supported API: true


folder

public Folder folder
Holds the destination folder (null implies a default folder)

Supported API: true


note

public String note
Holds the comment for check-in

Supported API: true

Constructor Detail

CheckinOrMoveOption

public CheckinOrMoveOption()
Default constructor for this class.

Supported API: true


CheckinOrMoveOption

public CheckinOrMoveOption(Workable a_Object,
                           Folder a_Folder)
constructor for this class.

Supported API: true


CheckinOrMoveOption

public CheckinOrMoveOption(Workable a_Object,
                           Folder a_Folder,
                           String a_note)
constructor for this class.

Supported API: true