public class DocStoreNode extends Object
Modifier and Type | Field and Description |
---|---|
String |
CONTENT |
String |
CREATED |
String |
CREATED_BY |
String |
FILE_NODE_COUNT |
String |
MIME_TYPE |
String |
MIXIN_TYPES |
String |
NODE_TYPE |
String |
PRIMARY_TYPE |
String |
UUID |
Constructor and Description |
---|
DocStoreNode() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPath() |
Object |
getProperty(String propertyName) |
Map<String,Object> |
getPropertyMap() |
void |
setName(String name) |
void |
setPath(String path) |
void |
setProperty(String key,
Object value) |
void |
setPropertyMap(Map<String,Object> propertyMap) |
String |
toString() |
public final String UUID
public final String PRIMARY_TYPE
public final String NODE_TYPE
public final String MIXIN_TYPES
public final String CREATED_BY
public final String CREATED
public final String MIME_TYPE
public final String CONTENT
public final String FILE_NODE_COUNT
public DocStoreNode()
public Map<String,Object> getPropertyMap()
public void setPropertyMap(Map<String,Object> propertyMap)
public Object getProperty(String propertyName)
public void setProperty(String key, Object value)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.