|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.workspaces.CheckinOrMoveOption
public class CheckinOrMoveOption
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 |
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 |
|---|
public Workable object
public Folder folder
public String note
| Constructor Detail |
|---|
public CheckinOrMoveOption()
public CheckinOrMoveOption(Workable a_Object,
Folder a_Folder)
public CheckinOrMoveOption(Workable a_Object,
Folder a_Folder,
String a_note)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||