org.sharengo.wikitty
Class LabelImpl

java.lang.Object
  extended by org.sharengo.wikitty.BusinessEntityWikitty
      extended by org.sharengo.wikitty.LabelImpl
All Implemented Interfaces:
Serializable, Cloneable, BusinessEntity, Label

public class LabelImpl
extends BusinessEntityWikitty
implements Label

See Also:
Serialized Form

Field Summary
static WikittyExtension extensionLabel
           
protected static List<WikittyExtension> extensions
           
 
Fields inherited from class org.sharengo.wikitty.BusinessEntityWikitty
wikitty
 
Fields inherited from interface org.sharengo.wikitty.Label
EXT_LABEL, FIELD_LABELS, FQ_FIELD_LABELS
 
Constructor Summary
LabelImpl()
           
LabelImpl(BusinessEntityWikitty wi)
           
LabelImpl(Wikitty wi)
           
 
Method Summary
 void addLabels(String element)
           
 void clearLabels()
           
 Set<String> getLabels()
           
 Collection<WikittyExtension> getStaticExtensions()
           
 void removeLabels(String element)
           
 
Methods inherited from class org.sharengo.wikitty.BusinessEntityWikitty
getExtensionFields, getExtensionNames, getField, getFieldType, getWikitty, getWikittyId, getWikittyVersion, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sharengo.wikitty.BusinessEntity
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

extensions

protected static final List<WikittyExtension> extensions

extensionLabel

public static final WikittyExtension extensionLabel
Constructor Detail

LabelImpl

public LabelImpl()

LabelImpl

public LabelImpl(BusinessEntityWikitty wi)

LabelImpl

public LabelImpl(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


Copyright © 2009-2010 CodeLutin. All Rights Reserved.