|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.collab.CheckInOptions
public class CheckInOptions
Contains options used when checking documents into the document management system.
Constructor Summary | |
---|---|
CheckInOptions()
Creates a CheckInOptions object with the defaults. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Determines if the input object is the same as the current object. |
String |
getComments()
Gets the comments for the checkin options. |
boolean |
getKeepCheckedOut()
Get the value of keep checked out option. |
boolean |
getOverWriteVersion()
Get the value of the overwrite version option. |
int |
hashCode()
Returns the hashCode for this object |
boolean |
isValid()
Checks if all options are valid. |
void |
setComments(String comments)
Sets the comments for the checkin options. |
void |
setDefaultOptions()
Sets all values to their defaults. |
void |
setKeepCheckedOut(boolean value)
Sets the option for keeping the file checked out. |
void |
setOverWriteVersion(boolean value)
Sets the option for overwriting the version. |
String |
toString()
The string representation of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CheckInOptions()
Method Detail |
---|
public final void setDefaultOptions()
public boolean isValid()
public boolean getKeepCheckedOut()
public boolean getOverWriteVersion()
public void setKeepCheckedOut(boolean value)
value
- to setpublic void setOverWriteVersion(boolean value)
value
- the value to setpublic String getComments()
public void setComments(String comments)
comments
- the comments to use on checkin
IllegalArgumentException
- if the input parameter is null or invalidpublic String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
-
|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |