|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.resource.workspace.WorkspaceResource
public abstract class WorkspaceResource
Abstract base class for client-side representations of workspace resources.
Constructor Summary | |
---|---|
WorkspaceResource(String path,
Date lastModifiedDate)
It is not intended or recommended that the consumer of the API construct these objects. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
Date |
getLastModifiedDate()
Return the date this workspace resource was last modified. |
String |
getPath()
Return the path to this workspace resource. |
int |
hashCode()
Return a hash code value for the object. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceResource(String path, Date lastModifiedDate)
path
- The path of this resource in the workspace.lastModifiedDate
- The date the resource was last modified.Method Detail |
---|
public String getPath()
public Date getLastModifiedDate()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |