|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.LiveObject.WebCacheLiveObject
com.starteam.TrackedObject.WebCacheTrackedObject
com.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 | |
|---|---|
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. |
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 com.starteam.TrackedObject.WebCacheTrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject.WebCacheLiveObject |
|---|
addTo, equals, getContext, getCreatedBy, getCreatedTime, getDisplayName, getID, getObjectID, getServer, getType, getValue, getValue, hashCode, hasValue, isNew, refresh, remove, removeFrom, setValue, setValue, toStarTeamURL, update |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getTaskID()
public boolean isDirty()
Task object.
isDirty in class LiveObject.WebCacheLiveObjectTask.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||