public static class WikittyUtilTest.LabelDTO extends Object implements WikittyLabel
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
labels |
protected String |
wikittyId |
protected String |
wikittyVersion |
ELEMENT_FIELD_WIKITTYLABEL_LABELS, EXT_WIKITTYLABEL, FIELD_WIKITTYLABEL_LABELS, FQ_FIELD_WIKITTYLABEL_LABELS| Constructor and Description |
|---|
WikittyUtilTest.LabelDTO(String wikittyId) |
public WikittyUtilTest.LabelDTO(String wikittyId)
public String getWikittyId()
getWikittyId in interface org.nuiton.wikitty.entities.BusinessEntitypublic String getWikittyVersion()
getWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntitypublic void setWikittyVersion(String version)
setWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntitypublic Set<String> getLabels()
getLabels in interface WikittyLabelpublic void setLabels(Set<String> labels)
setLabels in interface WikittyLabelpublic void addAllLabels(Collection<String> labels)
addAllLabels in interface WikittyLabelpublic void addLabels(String... element)
addLabels in interface WikittyLabelelement - public void removeLabels(String... element)
removeLabels in interface WikittyLabelelement - public void clearLabels()
clearLabels in interface WikittyLabelpublic void copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
copyFrom in interface org.nuiton.wikitty.entities.BusinessEntitypublic Collection<String> getExtensionFields(String ext)
getExtensionFields in interface org.nuiton.wikitty.entities.BusinessEntitypublic Collection<String> getStaticExtensionNames()
getStaticExtensionNames in interface org.nuiton.wikitty.entities.BusinessEntitypublic Collection<String> getExtensionNames()
getExtensionNames in interface org.nuiton.wikitty.entities.BusinessEntitypublic Object getField(String ext, String fieldName)
getField in interface org.nuiton.wikitty.entities.BusinessEntitypublic Object getFieldAsObject(String ext, String fieldName)
getFieldAsObject in interface org.nuiton.wikitty.entities.BusinessEntitypublic void setField(String ext, String fieldName, Object value)
setField in interface org.nuiton.wikitty.entities.BusinessEntitypublic void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntitypublic void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntitypublic void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntitypublic void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntityCopyright © 2009–2015 CodeLutin. All rights reserved.