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 :
LabelAbstract(BusinessEntityWikitty businessEntityWikitty)
          LabelAbstract :
LabelAbstract(Wikitty wikitty)
          LabelAbstract :
 
Method Summary
 void addLabels(String element)
          addLabels :
 void clearLabels()
          clearLabels :
 Set<String> getLabels()
          getLabels :
 Collection<WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 void removeLabels(String element)
          removeLabels :
 String toString()
          toString :
 
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, 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 :


LabelAbstract

public LabelAbstract(Wikitty wikitty)
LabelAbstract :

Parameters:
wikitty -

LabelAbstract

public LabelAbstract(BusinessEntityWikitty businessEntityWikitty)
LabelAbstract :

Parameters:
businessEntityWikitty -
Method Detail

getLabels

public Set<String> getLabels()
getLabels :

Specified by:
getLabels in interface Label
Returns:
Set

addLabels

public void addLabels(String element)
addLabels :

Specified by:
addLabels in interface Label
Parameters:
element -

removeLabels

public void removeLabels(String element)
removeLabels :

Specified by:
removeLabels in interface Label
Parameters:
element -

clearLabels

public void clearLabels()
clearLabels :

Specified by:
clearLabels in interface Label

getStaticExtensions

public Collection<WikittyExtension> getStaticExtensions()
getStaticExtensions :

Overrides:
getStaticExtensions in class BusinessEntityWikitty
Returns:
Collection

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2009-2010 CodeLutin. All Rights Reserved.