org.nuiton.wikitty
Class LabelAbstract
java.lang.Object
org.nuiton.wikitty.BusinessEntityWikitty
org.nuiton.wikitty.LabelAbstract
- All Implemented Interfaces:
- Serializable, Cloneable, BusinessEntity, Label
- Direct Known Subclasses:
- LabelImpl
public abstract class LabelAbstract
- extends BusinessEntityWikitty
- implements Label
- See Also:
- Serialized Form
| Methods inherited from class org.nuiton.wikitty.BusinessEntityWikitty |
addPropertyChangeListener, addPropertyChangeListener, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion |
| Methods inherited from interface org.nuiton.wikitty.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
extensions
public static final List<WikittyExtension> extensions
extensionLabel
public static final WikittyExtension extensionLabel
LabelAbstract
public LabelAbstract()
LabelAbstract
public LabelAbstract(BusinessEntityWikitty wi)
LabelAbstract
public LabelAbstract(Wikitty wi)
getLabels
public Set<String> getLabels()
- Specified by:
getLabels in interface Label
addLabels
public void addLabels(String element)
- Specified by:
addLabels in interface Label
removeLabels
public void removeLabels(String element)
- Specified by:
removeLabels in interface Label
clearLabels
public void clearLabels()
- Specified by:
clearLabels in interface Label
getStaticExtensions
public Collection<WikittyExtension> getStaticExtensions()
- Overrides:
getStaticExtensions in class BusinessEntityWikitty
equals
public static boolean equals(Wikitty w1,
Wikitty w2)
- Check equality on all field of this extension, and only those.
Copyright © 2009-2010 CodeLutin. All Rights Reserved.