org.sharengo.wikitty
Class LabelBean

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

public class LabelBean
extends BusinessEntityBean
implements Label

See Also:
Serialized Form

Field Summary
 Set<String> Label$labels
           
 
Fields inherited from class org.sharengo.wikitty.BusinessEntityBean
extensions, fieldValue, id, version
 
Fields inherited from interface org.sharengo.wikitty.Label
EXT_LABEL, FIELD_LABELS, FQ_FIELD_LABELS
 
Constructor Summary
LabelBean()
           
 
Method Summary
 void addLabels(String element)
           
 void clearLabels()
           
 Set<String> getLabels()
           
 void removeLabels(String element)
           
 
Methods inherited from class org.sharengo.wikitty.BusinessEntityBean
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, 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

Label$labels

public Set<String> Label$labels
Constructor Detail

LabelBean

public LabelBean()
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


Copyright © 2009-2010 CodeLutin. All Rights Reserved.