org.nuiton.wikitty.entities
Class WikittyLabelAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by org.nuiton.wikitty.entities.WikittyLabelAbstract
All Implemented Interfaces:
Serializable, Cloneable, BusinessEntity, WikittyLabel
Direct Known Subclasses:
WikittyLabelImpl

public abstract class WikittyLabelAbstract
extends BusinessEntityImpl
implements WikittyLabel

See Also:
Serialized Form

Field Summary
static List<WikittyExtension> extensions
           
static WikittyExtension extensionWikittyLabel
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface org.nuiton.wikitty.entities.WikittyLabel
EXT_WIKITTYLABEL, FIELD_WIKITTYLABEL_LABELS, FQ_FIELD_WIKITTYLABEL_LABELS
 
Constructor Summary
WikittyLabelAbstract()
          WikittyLabelAbstract :
WikittyLabelAbstract(BusinessEntityImpl businessEntityImpl)
          WikittyLabelAbstract :
WikittyLabelAbstract(Wikitty wikitty)
          WikittyLabelAbstract :
 
Method Summary
 void addAllLabels(Set<String> labels)
          addAllLabels :
 void addLabels(String element)
          addLabels :
 void clearLabels()
          clearLabels :
 Set<String> getLabels()
          getLabels :
 Collection<WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 void removeLabels(String element)
          removeLabels :
 void setLabels(Set<String> labels)
          setLabels :
 String toString()
          toString :
 
Methods inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, 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.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<WikittyExtension> extensions

extensionWikittyLabel

public static final WikittyExtension extensionWikittyLabel
Constructor Detail

WikittyLabelAbstract

public WikittyLabelAbstract()
WikittyLabelAbstract :


WikittyLabelAbstract

public WikittyLabelAbstract(Wikitty wikitty)
WikittyLabelAbstract :

Parameters:
wikitty -

WikittyLabelAbstract

public WikittyLabelAbstract(BusinessEntityImpl businessEntityImpl)
WikittyLabelAbstract :

Parameters:
businessEntityImpl -
Method Detail

getLabels

public Set<String> getLabels()
getLabels :

Specified by:
getLabels in interface WikittyLabel
Returns:
Set

setLabels

public void setLabels(Set<String> labels)
setLabels :

Specified by:
setLabels in interface WikittyLabel
Parameters:
labels -

addAllLabels

public void addAllLabels(Set<String> labels)
addAllLabels :

Specified by:
addAllLabels in interface WikittyLabel
Parameters:
labels -

addLabels

public void addLabels(String element)
addLabels :

Specified by:
addLabels in interface WikittyLabel
Parameters:
element -

removeLabels

public void removeLabels(String element)
removeLabels :

Specified by:
removeLabels in interface WikittyLabel
Parameters:
element -

clearLabels

public void clearLabels()
clearLabels :

Specified by:
clearLabels in interface WikittyLabel

getStaticExtensions

public Collection<WikittyExtension> getStaticExtensions()
getStaticExtensions :

Overrides:
getStaticExtensions in class BusinessEntityImpl
Returns:
Collection

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2009-2011 CodeLutin. All Rights Reserved.