public class DataSpec extends BaseElement
Modifier and Type | Field and Description |
---|---|
protected boolean |
isCollection |
protected String |
itemSubjectRef |
protected String |
name |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
DataSpec() |
Modifier and Type | Method and Description |
---|---|
DataSpec |
clone() |
String |
getItemSubjectRef() |
String |
getName() |
boolean |
isCollection() |
void |
setCollection(boolean isCollection) |
void |
setItemSubjectRef(String itemSubjectRef) |
void |
setName(String name) |
void |
setValues(DataSpec otherDataSpec) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected String name
protected String itemSubjectRef
protected boolean isCollection
public String getName()
public void setName(String name)
public String getItemSubjectRef()
public void setItemSubjectRef(String itemSubjectRef)
public boolean isCollection()
public void setCollection(boolean isCollection)
public DataSpec clone()
clone
in class BaseElement
public void setValues(DataSpec otherDataSpec)
Copyright © 2016 Alfresco. All rights reserved.