|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.starbase.starteam.FileResult
|
+--com.starbase.starteam.CheckOutResult
The class holds return information specific to the file checkout operation.
checkoutToAndReturn| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
int |
getExclusiveLockerID()
Returns the user ID of the user that has an exclusive lock on this file. |
int |
getMyLockState()
Returns the lock state of the file for the user performing the checkout. |
int |
hashCode()
returns a unique hash for all instances of this type |
| Methods inherited from class com.starbase.starteam.FileResult |
getKeywords |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getExclusiveLockerID()
public int getMyLockState()
PropertyNames.MY_LOCK,
PropertyEnums.MY_LOCK_NOT_LOCKED_BY_ME,
PropertyEnums.MY_LOCK_EXCLUSIVELY_LOCKED_BY_ME,
PropertyEnums.MY_LOCK_NON_EXCLUSIVELY_LOCKED_BY_MEpublic boolean equals(java.lang.Object source)
equals in class FileResultsource - Object the source to comapre with
public int hashCode()
hashCode in class FileResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||