org.nuiton.wikitty
Class LabelAbstract

java.lang.Object
  extended by org.nuiton.wikitty.BusinessEntityWikitty
      extended by 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

Field Summary
static WikittyExtension extensionLabel
           
static List<WikittyExtension> extensions
           
 
Fields inherited from class org.nuiton.wikitty.BusinessEntityWikitty
propertyChangeSupport, wikitty
 
Fields inherited from interface org.nuiton.wikitty.Label
EXT_LABEL, FIELD_LABEL_LABELS, FQ_FIELD_LABEL_LABELS
 
Constructor Summary
LabelAbstract()
           
LabelAbstract(BusinessEntityWikitty wi)
           
LabelAbstract(Wikitty wi)
           
 
Method Summary
 void addLabels(String element)
           
 void clearLabels()
           
static boolean equals(Wikitty w1, Wikitty w2)
          Check equality on all field of this extension, and only those.
 Set<String> getLabels()
           
 Collection<WikittyExtension> getStaticExtensions()
           
 void removeLabels(String element)
           
 
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<WikittyExtension> extensions

extensionLabel

public static final WikittyExtension extensionLabel
Constructor Detail

LabelAbstract

public LabelAbstract()

LabelAbstract

public LabelAbstract(BusinessEntityWikitty wi)

LabelAbstract

public LabelAbstract(Wikitty wi)
Method Detail

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.