Package org.alfresco.repo.domain.node
Class ChildPropertyEntity
- java.lang.Object
-
- org.alfresco.repo.domain.node.ChildPropertyEntity
-
public class ChildPropertyEntity extends Object
Bean to convey the query parameters for select child assocs by property value.- Author:
- mrogers
-
-
Constructor Summary
Constructors Constructor Description ChildPropertyEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetParentNodeId()LonggetPropertyQNameId()NodePropertyValuegetValue()voidsetParentNodeId(Long nodeId)voidsetPropertyQNameId(Long propertyQNameId)voidsetValue(NodePropertyValue value)
-
-
-
Method Detail
-
setParentNodeId
public void setParentNodeId(Long nodeId)
-
getParentNodeId
public Long getParentNodeId()
-
setPropertyQNameId
public void setPropertyQNameId(Long propertyQNameId)
-
getPropertyQNameId
public Long getPropertyQNameId()
-
setValue
public void setValue(NodePropertyValue value)
-
getValue
public NodePropertyValue getValue()
-
-