|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.workspaces.CheckinOption
public class CheckinOption
Supported API: true
Extendable: false
| 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 |
|---|
public Folder folder
public String note
| Constructor Detail |
|---|
public CheckinOption()
public CheckinOption(Folder a_Folder)
public CheckinOption(String a_note)
public CheckinOption(Folder a_Folder,
String a_note)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||