|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.entities.WikittyLabelDTO
public class WikittyLabelDTO
| Field Summary | |
|---|---|
protected Set<String> |
labels
|
protected int |
modificationCount
|
protected String |
wikittyId
|
protected String |
wikittyVersion
|
| Fields inherited from interface org.nuiton.wikitty.entities.WikittyLabel |
|---|
EXT_WIKITTYLABEL, FIELD_WIKITTYLABEL_LABELS, FQ_FIELD_WIKITTYLABEL_LABELS |
| Constructor Summary | |
|---|---|
WikittyLabelDTO()
WikittyLabelDTO : |
|
WikittyLabelDTO(String wikittyId)
WikittyLabelDTO : |
|
| Method Summary | |
|---|---|
void |
addAllLabels(Set<String> labels)
addAllLabels : |
void |
addLabels(String element)
addLabels : |
void |
addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener : |
void |
addPropertyChangeListener(String property,
PropertyChangeListener listener)
addPropertyChangeListener : |
void |
clearLabels()
clearLabels : |
void |
copyFrom(BusinessEntity source)
copyFrom : |
Collection<String> |
getExtensionFields(String ext)
getExtensionFields : |
Collection<String> |
getExtensionNames()
getExtensionNames : |
Object |
getField(String ext,
String fieldName)
getField : |
Set<String> |
getLabels()
getLabels : |
String |
getWikittyId()
getWikittyId : |
String |
getWikittyVersion()
getWikittyVersion : |
void |
removeLabels(String element)
removeLabels : |
void |
removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener : |
void |
removePropertyChangeListener(String property,
PropertyChangeListener listener)
removePropertyChangeListener : |
void |
setField(String ext,
String fieldName,
Object value)
setField : |
void |
setLabels(Set<String> labels)
setLabels : |
void |
setWikittyId(String wikittyId)
setWikittyId : |
void |
setWikittyVersion(String wikittyVersion)
setWikittyVersion : |
String |
toString()
toString : |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Set<String> labels
protected String wikittyId
protected int modificationCount
protected String wikittyVersion
| Constructor Detail |
|---|
public WikittyLabelDTO()
public WikittyLabelDTO(String wikittyId)
wikittyId - | Method Detail |
|---|
public Set<String> getLabels()
getLabels in interface WikittyLabelpublic void setLabels(Set<String> labels)
setLabels in interface WikittyLabellabels - public void addAllLabels(Set<String> labels)
addAllLabels in interface WikittyLabellabels - public void addLabels(String element)
addLabels in interface WikittyLabelelement - public void removeLabels(String element)
removeLabels in interface WikittyLabelelement - public void clearLabels()
clearLabels in interface WikittyLabelpublic String toString()
toString in class Objectpublic String getWikittyId()
getWikittyId in interface BusinessEntitypublic void setWikittyId(String wikittyId)
wikittyId - public String getWikittyVersion()
getWikittyVersion in interface BusinessEntitypublic void setWikittyVersion(String wikittyVersion)
setWikittyVersion in interface BusinessEntitywikittyVersion - public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface BusinessEntitylistener - public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface BusinessEntitylistener -
public void addPropertyChangeListener(String property,
PropertyChangeListener listener)
addPropertyChangeListener in interface BusinessEntityproperty - listener -
public void removePropertyChangeListener(String property,
PropertyChangeListener listener)
removePropertyChangeListener in interface BusinessEntityproperty - listener - public Collection<String> getExtensionFields(String ext)
getExtensionFields in interface BusinessEntityext -
public Collection<String> getExtensionNames()
getExtensionNames in interface BusinessEntity
public Object getField(String ext,
String fieldName)
getField in interface BusinessEntityext - fieldName -
public void setField(String ext,
String fieldName,
Object value)
setField in interface BusinessEntityext - fieldName - value - public void copyFrom(BusinessEntity source)
copyFrom in interface BusinessEntitysource -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||