Package com.sas.lsaf.content.workspace
Class WorkspaceItem
java.lang.Object
com.sas.lsaf.content.workspace.WorkspaceItem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WorkspaceFile,WorkspaceFolder
The abstract base class for workspace folders and files.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkspaceItem(String path, Date lastModifiedDate) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
-
Constructor Details
-
WorkspaceItem
It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the workspace items returned by the API.- Parameters:
path- the path of the item in the workspace.lastModifiedDate- the date on which the item was last modified.
-
-
Method Details
-
getPath
Gets the path to the workspace item.- Returns:
- The path of the workspace item.
-
getLastModifiedDate
Gets the date on which the workspace item was last modified.- Returns:
- The date on which the workspace item was last modified.
-
hashCode
public int hashCode() -
equals
-
toString
-