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 ElementField ELEMENT_FIELD_WIKITTYLABEL_LABELS
           
static String EXT_WIKITTYLABEL
           
static String FIELD_WIKITTYLABEL_LABELS
           
static String FQ_FIELD_WIKITTYLABEL_LABELS
           
 
Method Summary
 void addAllLabels(Collection<String> labels)
           
 void addLabels(String... element)
           
 void clearLabels()
           
 Set<String> getLabels()
           
 void removeLabels(String... element)
           
 void setLabels(Set<String> labels)
           
 
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

ELEMENT_FIELD_WIKITTYLABEL_LABELS

static final ElementField ELEMENT_FIELD_WIKITTYLABEL_LABELS
Method Detail

getLabels

Set<String> getLabels()

setLabels

void setLabels(Set<String> labels)

addAllLabels

void addAllLabels(Collection<String> labels)

addLabels

void addLabels(String... element)

removeLabels

void removeLabels(String... element)

clearLabels

void clearLabels()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.