com.starteam
Class TrackedObject.WebCacheTrackedObject

java.lang.Object
  extended by com.starteam.LiveObject.WebCacheLiveObject
      extended by com.starteam.TrackedObject.WebCacheTrackedObject
Direct Known Subclasses:
Label.WebCacheLabel, Principal.WebCachePrincipal, TaskDependency.WebCacheTaskDependency, VersionedObject.WebCacheVersionedObject, WorkRecord.WebCacheWorkRecord
Enclosing class:
TrackedObject

public static class TrackedObject.WebCacheTrackedObject
extends LiveObject.WebCacheLiveObject

Tracked Object accessor for cached SDK Objects contained objects are obtained from the artifact cache


Method Summary
 User.WebCacheUser getModifiedBy()
          Get the user who last modified this object.
 DateTime getModifiedTime()
          Gets the date and time at which this object was last modified.
 
Methods inherited from class com.starteam.LiveObject.WebCacheLiveObject
addTo, equals, getContext, getCreatedBy, getCreatedTime, getDisplayName, getID, getObjectID, getServer, getType, getValue, getValue, hashCode, hasValue, isDirty, isNew, refresh, remove, removeFrom, setValue, setValue, toStarTeamURL, update
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getModifiedTime

public DateTime getModifiedTime()
Gets the date and time at which this object was last modified.

Returns:
The date and time at which this object was last modified.

getModifiedBy

public User.WebCacheUser getModifiedBy()
Get the user who last modified this object.

Returns:
The user who last modified this object.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.