org.alfresco.repo.domain.node
Class NodePropertyEntity
java.lang.Object
org.alfresco.repo.domain.node.NodePropertyEntity
public class NodePropertyEntity
- extends java.lang.Object
Bean to convey alf_node_properties data.
- Since:
- 3.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NodePropertyEntity
public NodePropertyEntity()
- Required default constructor
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getNodeId
public java.lang.Long getNodeId()
setNodeId
public void setNodeId(java.lang.Long nodeId)
getKey
public NodePropertyKey getKey()
setKey
public void setKey(NodePropertyKey key)
getValue
public NodePropertyValue getValue()
setValue
public void setValue(NodePropertyValue value)
getQnameIds
public java.util.List getQnameIds()
setQnameIds
public void setQnameIds(java.util.List qnameIds)
getNodeIds
public java.util.List getNodeIds()
setNodeIds
public void setNodeIds(java.util.List nodeIds)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.