|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.starbase.starteam.CacheRef
|
+--com.starbase.starteam.NamedCacheRef
|
+--com.starbase.starteam.TypedResource
|
+--com.starbase.starteam.SimpleTypedResource
|
+--com.starbase.starteam.ItemRevision
A ItemRevision represents a View member level revision of an item. Such revisions are created when one modifies the view level properties of a particular share of the item. These would be operations like: 1. changing the item branch behavior 2. changing the item configuration 3. branching the item 4. moving the item
| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
int |
getBranchFlag()
Returns the branch flag of this item revision. |
int |
getBranchState()
Returns the branch state of this item revision. |
int |
getLocationItemID()
Returns the location item ID of this item revision. |
int |
getObjectID()
Returns the object ID for this item revision. |
OLEDate |
getObjectTime()
Returns the time of this item revision. |
int |
getParentItemID()
Returns the Item ID of the parent for this item revision. |
int |
getProjectID()
Returns the Project ID of the project that contains this item revision. |
OLEDate |
getTime()
Returns the time of this item revision. |
int |
getUserID()
Returns the created User ID for this item revision. |
int |
getViewID()
Returns the View ID for this item revision. |
int |
hashCode()
returns a unique hash for all instances of this type |
java.lang.String |
toString()
Returns a string containing one line for each property of the ItemRevision. |
| Methods inherited from class com.starbase.starteam.SimpleTypedResource |
get, getByteArray, getDouble, getEnumDisplayName, getID, getInt, getIntArray, getOLEDate, getPossibleValues, getPropertyNames, getString, getType, getTypeNames, put, putByPropertyID |
| Methods inherited from class com.starbase.starteam.TypedResource |
addToIntArray, removeFromIntArray |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getParentItemID()
public int getProjectID()
public int getObjectID()
public int getUserID()
public int getViewID()
public OLEDate getObjectTime()
public OLEDate getTime()
public int getLocationItemID()
public int getBranchFlag()
public int getBranchState()
public java.lang.String toString()
toString in class TypedResourcepublic boolean equals(java.lang.Object source)
equals in class SimpleTypedResourcesource - Object the source to comapre with
public int hashCode()
hashCode in class SimpleTypedResource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||