org.nuiton.wikitty
Interface Label

All Superinterfaces:
BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
LabelAbstract, LabelImpl

public interface Label
extends BusinessEntity


Field Summary
static String EXT_LABEL
           
static String FIELD_LABEL_LABELS
           
static String FQ_FIELD_LABEL_LABELS
           
 
Method Summary
 void addLabels(String element)
          addLabels :
 void clearLabels()
          clearLabels :
 Set<String> getLabels()
          getLabels :
 void removeLabels(String element)
          removeLabels :
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_LABEL

static final String EXT_LABEL
See Also:
Constant Field Values

FIELD_LABEL_LABELS

static final String FIELD_LABEL_LABELS
See Also:
Constant Field Values

FQ_FIELD_LABEL_LABELS

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

getLabels

Set<String> getLabels()
getLabels :

Returns:
Set

addLabels

void addLabels(String element)
addLabels :

Parameters:
element -

removeLabels

void removeLabels(String element)
removeLabels :

Parameters:
element -

clearLabels

void clearLabels()
clearLabels :



Copyright © 2009-2010 CodeLutin. All Rights Reserved.