public abstract class WorkspaceItem extends Object implements Serializable
Constructor and Description |
---|
WorkspaceItem(String path,
Date lastModifiedDate)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getLastModifiedDate()
Gets the date on which the workspace item was last modified.
|
String |
getPath()
Gets the path to the workspace item.
|
int |
hashCode() |
String |
toString() |
public WorkspaceItem(String path, Date lastModifiedDate)
path
- the path of the item in the workspace.lastModifiedDate
- the date on which the item was last modified.public String getPath()
public Date getLastModifiedDate()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>