Package com.sas.lsaf.content.workspace
Class WorkspaceFolder
- java.lang.Object
-
- com.sas.lsaf.content.workspace.WorkspaceItem
-
- com.sas.lsaf.content.workspace.WorkspaceFolder
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkspaceFolder extends WorkspaceItem
The representation of a folder in the user's workspace.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkspaceFolder(java.lang.String path, java.util.Date lastModifiedDate)
It is not intended or recommended that the consumer of this API construct these objects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class com.sas.lsaf.content.workspace.WorkspaceItem
getLastModifiedDate, getPath
-
-
-
-
Constructor Detail
-
WorkspaceFolder
public WorkspaceFolder(java.lang.String path, java.util.Date lastModifiedDate)
It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the workspace folders returned by the API.- Parameters:
path
- the path of the folder in the workspace.lastModifiedDate
- the date on which the folder was last modified.
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classWorkspaceItem
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classWorkspaceItem
-
toString
public java.lang.String toString()
- Overrides:
toString
in classWorkspaceItem
-
-