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 |
|---|---|
String |
getItemSubjectRef() |
String |
getName() |
boolean |
isCollection() |
void |
setCollection(boolean isCollection) |
void |
setItemSubjectRef(String itemSubjectRef) |
void |
setName(String name) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setXmlColumnNumber, setXmlRowNumberprotected 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)
Copyright © 2013 Alfresco. All rights reserved.