|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.MergePoint.Revision
public static final class MergePoint.Revision
A simple class representing a unique revision of an Item in the repository. For items of the same type, revisions can be uniquely identified in the repository by the item's objectID and revision number.
Item,
Type,
TypedResource.getObjectID(),
VersionedObject.getRevisionNumber()| Method Summary | |
|---|---|
int |
getObjectID()
Returns the revision identifier's object ID. |
int |
getRevisionNumber()
Returns the revision identifier's revision number. |
boolean |
isTip()
Return true if the revision identifier represents the "tip" revision of a branch. |
java.lang.String |
toString()
Returns a string representation of the revision identifier. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getObjectID()
public int getRevisionNumber()
public boolean isTip()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||