wt.epm.workspaces
Class CheckinOption

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

public class CheckinOption
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
 
Constructor Summary
CheckinOption()
          Default constructor for this class.
CheckinOption(Folder a_Folder)
          constructor for this class.
CheckinOption(Folder a_Folder, String a_note)
          constructor for this class.
CheckinOption(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

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

CheckinOption

public CheckinOption()
Default constructor for this class.

Supported API: true


CheckinOption

public CheckinOption(Folder a_Folder)
constructor for this class.

Supported API: true


CheckinOption

public CheckinOption(String a_note)
constructor for this class.

Supported API: true


CheckinOption

public CheckinOption(Folder a_Folder,
                     String a_note)
constructor for this class.

Supported API: true