public class Assignment extends BaseElement
Modifier and Type | Field and Description |
---|---|
protected String |
from |
protected String |
to |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
Assignment() |
Modifier and Type | Method and Description |
---|---|
Assignment |
clone() |
String |
getFrom() |
String |
getTo() |
void |
setFrom(String from) |
void |
setTo(String to) |
void |
setValues(Assignment otherAssignment) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public Assignment clone()
clone
in class BaseElement
public void setValues(Assignment otherAssignment)
Copyright © 2016 Alfresco. All rights reserved.