org.alfresco.repo.domain.node
Class ChildPropertyEntity
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChildPropertyEntity
public ChildPropertyEntity()
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.