org.alfresco.repo.domain.node
Class NodePropertyEntity

java.lang.Object
  extended by org.alfresco.repo.domain.node.NodePropertyEntity

public class NodePropertyEntity
extends java.lang.Object

Bean to convey alf_node_properties data.

Since:
3.4

Constructor Summary
NodePropertyEntity()
          Required default constructor
 
Method Summary
 NodePropertyKey getKey()
           
 java.lang.Long getNodeId()
           
 java.util.List getNodeIds()
           
 java.util.List getQnameIds()
           
 NodePropertyValue getValue()
           
 void setKey(NodePropertyKey key)
           
 void setNodeId(java.lang.Long nodeId)
           
 void setNodeIds(java.util.List nodeIds)
           
 void setQnameIds(java.util.List qnameIds)
           
 void setValue(NodePropertyValue value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodePropertyEntity

public NodePropertyEntity()
Required default constructor

Method Detail

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.