public class Association extends Artifact
Modifier and Type | Field and Description |
---|---|
protected AssociationDirection |
associationDirection |
protected String |
sourceRef |
protected String |
targetRef |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
Association() |
Modifier and Type | Method and Description |
---|---|
Association |
clone() |
AssociationDirection |
getAssociationDirection() |
String |
getSourceRef() |
String |
getTargetRef() |
void |
setAssociationDirection(AssociationDirection associationDirection) |
void |
setSourceRef(String sourceRef) |
void |
setTargetRef(String targetRef) |
void |
setValues(Association otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected AssociationDirection associationDirection
protected String sourceRef
protected String targetRef
public AssociationDirection getAssociationDirection()
public void setAssociationDirection(AssociationDirection associationDirection)
public String getSourceRef()
public void setSourceRef(String sourceRef)
public String getTargetRef()
public void setTargetRef(String targetRef)
public Association clone()
public void setValues(Association otherElement)
Copyright © 2016 Alfresco. All rights reserved.