public class NodeAssocEntity extends Object
Constructor and Description |
---|
NodeAssocEntity()
Required default constructor
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.AssociationRef |
getAssociationRef(QNameDAO qnameDAO)
Helper method to fetch the association reference
|
int |
getAssocIndex() |
Long |
getId() |
Long |
getPropertyQNameId() |
NodePropertyValue |
getPropertyValue() |
NodeEntity |
getSourceNode() |
NodeEntity |
getTargetNode() |
Long |
getTypeQNameId() |
List<Long> |
getTypeQNameIds() |
Long |
getVersion() |
void |
setAssocIndex(int assocIndex) |
void |
setId(Long id) |
void |
setPropertyQNameId(Long propertyQNameId) |
void |
setPropertyValue(NodePropertyValue propertyValue) |
void |
setSourceNode(NodeEntity sourceNode) |
void |
setTargetNode(NodeEntity targetNode) |
void |
setTypeQNameId(Long typeQNameId) |
void |
setTypeQNameIds(List<Long> typeQNameIds) |
void |
setVersion(Long version) |
String |
toString() |
public org.alfresco.service.cmr.repository.AssociationRef getAssociationRef(QNameDAO qnameDAO)
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public NodeEntity getSourceNode()
public void setSourceNode(NodeEntity sourceNode)
public NodeEntity getTargetNode()
public void setTargetNode(NodeEntity targetNode)
public Long getTypeQNameId()
public void setTypeQNameId(Long typeQNameId)
public int getAssocIndex()
public void setAssocIndex(int assocIndex)
public Long getPropertyQNameId()
public void setPropertyQNameId(Long propertyQNameId)
public NodePropertyValue getPropertyValue()
public void setPropertyValue(NodePropertyValue propertyValue)
Copyright © 2005–2017 Alfresco Software. All rights reserved.