org.alfresco.repo.domain.node
Class ChildPropertyEntity

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

public class ChildPropertyEntity
extends java.lang.Object

Bean to convey the query parameters for select child assocs by property value.


Constructor Summary
ChildPropertyEntity()
           
 
Method Summary
 java.lang.Long getParentNodeId()
           
 java.lang.Long getPropertyQNameId()
           
 NodePropertyValue getValue()
           
 void setParentNodeId(java.lang.Long nodeId)
           
 void setPropertyQNameId(java.lang.Long propertyQNameId)
           
 void setValue(NodePropertyValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildPropertyEntity

public ChildPropertyEntity()
Method Detail

setParentNodeId

public void setParentNodeId(java.lang.Long nodeId)

getParentNodeId

public java.lang.Long getParentNodeId()

setPropertyQNameId

public void setPropertyQNameId(java.lang.Long propertyQNameId)

getPropertyQNameId

public java.lang.Long getPropertyQNameId()

setValue

public void setValue(NodePropertyValue value)

getValue

public NodePropertyValue getValue()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.