|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The RevisionIdentifier interface globally and uniquely identifies a specific revision of a StarTeam object.
| Method Summary | |
int |
getContentRevision()
Gets the content version of this item revision. |
java.lang.String |
getDotNotation()
Gets the dot notation of this revision of the repository object. |
int |
getObjectID()
Gets the objectID (also known as the branch identifier) of this revision of the repository object. |
java.lang.String |
getRepositoryID()
Gets an ID that uniquely identifies the repository in which the object in question exists. |
int |
getRevisionNumber()
Gets the version number of this revision of the repository object within its branch. |
int |
getRootObjectID()
Gets the RootObjectID of the repository object. |
void |
setContentRevision(int rev)
Sets the content version of this item revision. |
void |
setDotNotation(java.lang.String dot)
Sets the dot notation of this revision of the repository object. |
void |
setObjectID(int id)
Sets the objectID of this revision of the repository object. |
void |
setRevisionNumber(int n)
Sets the version number of this revision of the repository object. |
void |
setRootObjectID(int id)
Sets the RootObjectID of the repository object. |
| Method Detail |
public java.lang.String getRepositoryID()
public int getRootObjectID()
public void setRootObjectID(int id)
id - The RootObjectID of the repository object.public int getObjectID()
public void setObjectID(int id)
id - The objectID of this revision of the repository object.public int getRevisionNumber()
Item.getRevisionNumber()public void setRevisionNumber(int n)
n - The version number of this revision of the repository object.public java.lang.String getDotNotation()
public void setDotNotation(java.lang.String dot)
dot - The dot notation of this revision of the repository object.public int getContentRevision()
public void setContentRevision(int rev)
rev - The content version of this item revision.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||