public class Folder extends Classification
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
classificationName, serialVersionUID| Constructor and Description |
|---|
Folder()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExtraAttributes()
Get the extra attributes - ones that are in addition to the standard types.
|
OrderBy |
getOrderBy()
{@literal Definition for how elements in the collection should be ordered.
|
String |
getOtherPropertyName()
{@literal Name of property to use for ordering.
|
InstanceProperties |
obtainInstanceProperties() |
void |
setExtraAttributes(Map<String,Object> extraAttributes) |
void |
setOrderBy(OrderBy orderBy) |
void |
setOtherPropertyName(String otherPropertyName) |
getClassificationName, getSerialVersionUID, getSystemAttributes, setSystemAttributespublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
public InstanceProperties obtainInstanceProperties()
obtainInstanceProperties in class Classificationpublic OrderBy getOrderBy()
OrderBy public void setOrderBy(OrderBy orderBy)
public String getOtherPropertyName()
String public void setOtherPropertyName(String otherPropertyName)
public Map<String,Object> getExtraAttributes()
Copyright © 2017–2018 ODPi. All rights reserved.