public class RepositoryFolder extends RepositoryContainer
Synchronizable.Syncable
Constructor and Description |
---|
RepositoryFolder(String identifier,
String objectType,
String path,
Date lastModified,
List<Attribute> attributes)
It is not intended or recommended that the consumer of the API construct these objects.
|
getLastModifiedDate, toString
clone, equals, getSyncable, hashCode, setSyncable, toDisplayValue
addAttribute, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsLong, getAttributeAsLong, getAttributeAsString, getAttributes, removeAttribute, setAttribute, setAttributes
getName, getPath, setName, setPath
getIdentifier, getObjectType, setIdentifier, setObjectType
finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getPath, setName, setPath
getIdentifier, getObjectType
public RepositoryFolder(String identifier, String objectType, String path, Date lastModified, List<Attribute> attributes)
identifier
- The identifier of this repository folder.objectType
- The object type of this repository folder.path
- The path of this repository folder.lastModified
- The date this repository folder was last modified.attributes
- The attributes defined on this repository folder.Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA