Modifier and Type | Method | Description |
---|---|---|
String |
getId() |
The unique ID of this container.
|
String |
getName() |
The name of this container.
|
Folder |
getParent() |
This container's parent folder, if any.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
void |
setName(String name) |
The name of this container.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("pnam") @Kind("property") @Name("name") @Type("text") void setName(String name)
name
- new property value@Code("pare") @Kind("property") @Name("parent") @Type("folder") Folder getParent()