org.sharengo.wikitty
Interface Label

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

public interface Label
extends BusinessEntity


Field Summary
static String EXT_LABEL
           
static String FIELD_LABELS
           
static String FQ_FIELD_LABELS
           
 
Method Summary
 void addLabels(String element)
           
 void clearLabels()
           
 Set<String> getLabels()
           
 void removeLabels(String element)
           
 
Methods inherited from interface org.sharengo.wikitty.BusinessEntity
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

EXT_LABEL

static final String EXT_LABEL
See Also:
Constant Field Values

FIELD_LABELS

static final String FIELD_LABELS
See Also:
Constant Field Values

FQ_FIELD_LABELS

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

getLabels

Set<String> getLabels()

addLabels

void addLabels(String element)

removeLabels

void removeLabels(String element)

clearLabels

void clearLabels()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.