org.kuali.ole.docstore.model.repopojo
Class DocStoreNode
java.lang.Object
org.kuali.ole.docstore.model.repopojo.DocStoreNode
- Direct Known Subclasses:
- FolderNode
public class DocStoreNode
- extends Object
Base class for nodes in docstore
User: Pranitha
Date: 2/28/12
Time: 3:02 PM
To change this template use File | Settings | File Templates.
UUID
public final String UUID
- See Also:
- Constant Field Values
PRIMARY_TYPE
public final String PRIMARY_TYPE
- See Also:
- Constant Field Values
NODE_TYPE
public final String NODE_TYPE
- See Also:
- Constant Field Values
MIXIN_TYPES
public final String MIXIN_TYPES
- See Also:
- Constant Field Values
CREATED_BY
public final String CREATED_BY
- See Also:
- Constant Field Values
CREATED
public final String CREATED
- See Also:
- Constant Field Values
MIME_TYPE
public final String MIME_TYPE
- See Also:
- Constant Field Values
CONTENT
public final String CONTENT
- See Also:
- Constant Field Values
FILE_NODE_COUNT
public final String FILE_NODE_COUNT
- See Also:
- Constant Field Values
DocStoreNode
public DocStoreNode()
getPropertyMap
public Map<String,Object> getPropertyMap()
setPropertyMap
public void setPropertyMap(Map<String,Object> propertyMap)
getName
public String getName()
setName
public void setName(String name)
getPath
public String getPath()
setPath
public void setPath(String path)
getProperty
public Object getProperty(String propertyName)
setProperty
public void setProperty(String key,
Object value)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.