public class NodePropertyEntity
extends java.lang.Object
| Constructor and Description |
|---|
NodePropertyEntity()
Required default constructor
|
| Modifier and Type | Method and Description |
|---|---|
NodePropertyKey |
getKey() |
java.lang.Long |
getNodeId() |
java.util.List |
getNodeIds() |
java.lang.Long |
getNodeVersion() |
java.util.List |
getQnameIds() |
NodePropertyValue |
getValue() |
void |
setKey(NodePropertyKey key) |
void |
setNodeId(java.lang.Long nodeId) |
void |
setNodeIds(java.util.List nodeIds) |
void |
setNodeVersion(java.lang.Long nodeVersion) |
void |
setQnameIds(java.util.List qnameIds) |
void |
setValue(NodePropertyValue value) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Long getNodeId()
public void setNodeId(java.lang.Long nodeId)
public java.lang.Long getNodeVersion()
public void setNodeVersion(java.lang.Long nodeVersion)
public NodePropertyKey getKey()
public void setKey(NodePropertyKey key)
public NodePropertyValue getValue()
public void setValue(NodePropertyValue value)
public java.util.List getQnameIds()
public void setQnameIds(java.util.List qnameIds)
public java.util.List getNodeIds()
public void setNodeIds(java.util.List nodeIds)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.