org.nuiton.wikitty.entities
Interface WikittyLabel

All Superinterfaces:
BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
WikittyLabelAbstract, WikittyLabelImpl

public interface WikittyLabel
extends BusinessEntity


Field Summary
static String EXT_WIKITTYLABEL
           
static String FIELD_WIKITTYLABEL_LABELS
           
static String FQ_FIELD_WIKITTYLABEL_LABELS
           
 
Method Summary
 void addAllLabels(Set<String> labels)
          addAllLabels :
 void addLabels(String element)
          addLabels :
 void clearLabels()
          clearLabels :
 Set<String> getLabels()
          getLabels :
 void removeLabels(String element)
          removeLabels :
 void setLabels(Set<String> labels)
          setLabels :
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_WIKITTYLABEL

static final String EXT_WIKITTYLABEL
See Also:
Constant Field Values

FIELD_WIKITTYLABEL_LABELS

static final String FIELD_WIKITTYLABEL_LABELS
See Also:
Constant Field Values

FQ_FIELD_WIKITTYLABEL_LABELS

static final String FQ_FIELD_WIKITTYLABEL_LABELS
See Also:
Constant Field Values
Method Detail

getLabels

Set<String> getLabels()
getLabels :

Returns:
Set

setLabels

void setLabels(Set<String> labels)
setLabels :

Parameters:
labels -

addAllLabels

void addAllLabels(Set<String> labels)
addAllLabels :

Parameters:
labels -

addLabels

void addLabels(String element)
addLabels :

Parameters:
element -

removeLabels

void removeLabels(String element)
removeLabels :

Parameters:
element -

clearLabels

void clearLabels()
clearLabels :



Copyright © 2009-2011 CodeLutin. All Rights Reserved.