|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.TaskDependency.WebCacheTaskDependency
public static final class TaskDependency.WebCacheTaskDependency
Item accessor for cached SDK Task Dependencies contained objects are obtained from the artifact cache
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Test this object for equality with another |
int |
getID()
Returns the integer identifier for this task dependency. |
int |
getLagTime()
Returns the lag time for this task dependency. |
int |
getPredecessorID()
Returns the ObjectID of the predecessor Task. |
TaskDependency.PredecessorType |
getPredecessorType()
Returns the PredecessorType of this task dependency. |
int |
getTaskID()
Returns the ObjectID of the successor Task. |
int |
hashCode()
Return a hash code for this object |
boolean |
isDirty()
Returns true if this task dependency has been modified but not yet saved. |
void |
setLagTime(int lagTime)
Sets the lag time for this task dependency. |
void |
setPredecessorType(TaskDependency.PredecessorType type)
Sets the PredecessorType of this task dependency. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getTaskID()
public int getID()
public boolean isDirty()
Task object.
Task.update()public int getPredecessorID()
TaskDependency.Type.PredecessorProperty.NAMEpublic int getLagTime()
TaskDependency.Type.LagTimeProperty.NAMEpublic void setLagTime(int lagTime)
lagTime - the lag time for this dependency.TaskDependency.Type.LagTimeProperty.NAMEpublic TaskDependency.PredecessorType getPredecessorType()
TaskDependency.Type.PredecessorProperty.NAMEpublic void setPredecessorType(TaskDependency.PredecessorType type)
type - the new PredecessorType for this task dependency.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to test againstpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||