Package org.alfresco.repo.domain.node
Class ChildPropertyEntity
- java.lang.Object
-
- org.alfresco.repo.domain.node.ChildPropertyEntity
-
public class ChildPropertyEntity extends java.lang.ObjectBean 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 java.lang.LonggetParentNodeId()java.lang.LonggetPropertyQNameId()NodePropertyValuegetValue()voidsetParentNodeId(java.lang.Long nodeId)voidsetPropertyQNameId(java.lang.Long propertyQNameId)voidsetValue(NodePropertyValue value)
-
-
-
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()
-
-