org.nuiton.wikitty.entities
Interface WikittyLabel
- All Superinterfaces:
- BusinessEntity, Cloneable, Serializable
- All Known Implementing Classes:
- WikittyLabelAbstract, WikittyLabelImpl
public interface WikittyLabel
- extends BusinessEntity
| Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
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
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.