public class RepositoryFolder extends RepositoryContainer
RepositoryItem.State, RepositoryItem.Syncable
Constructor and Description |
---|
RepositoryFolder(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
getAttributes, getCreated, getCreatedBy, getDescription, getLastModified, getLastModifiedBy, getName, getPath, getPropertiesLastModified, getPropertiesLastModifiedBy, getRevision, getState, getSyncable, setAttributes, setDescription, setSyncable
getId, getTypeId
public RepositoryFolder(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes)
typeId
- the object type identifier of the repository folder.id
- the unique identifier of the repository folder.name
- the name of the folder.path
- the full path of the folder in the repository, which includes the name.revision
- the internally managed revision number of the repository folder.state
- the current state of the repository folder.createdBy
- the user who created the repository folder.created
- the date on which the repository folder was created.lastModifiedBy
- the user who last modified the repository folder's content.lastModified
- the date on which the repository folder's content was last modified.propertiesLastModifiedBy
- the user who last modified the repository folder's properties.propertiesLastModified
- the date on which the repository folder's properties were last modified.description
- the description of the folder.syncable
- whether the folder can be copied to the user's workspace.attributes
- the extended attributes defined on the repository folder.public int hashCode()
hashCode
in class RepositoryContainer
public boolean equals(Object obj)
equals
in class RepositoryContainer
public String toString()
toString
in class RepositoryContainer
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA