Package org.alfresco.repo.domain.node
Class ChildPropertyEntity
java.lang.Object
org.alfresco.repo.domain.node.ChildPropertyEntity
Bean to convey the query parameters for select child assocs by property value.
- Author:
- mrogers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidsetParentNodeId(Long nodeId) voidsetPropertyQNameId(Long propertyQNameId) voidsetValue(NodePropertyValue value)
-
Constructor Details
-
ChildPropertyEntity
public ChildPropertyEntity()
-
-
Method Details
-
setParentNodeId
-
getParentNodeId
-
setPropertyQNameId
-
getPropertyQNameId
-
setValue
-
getValue
-