Package org.dlese.dpc.vocab
Interface VocabNode
- All Known Implementing Classes:
VocabNodeOPML,VocabNodeTermsGroups
public interface VocabNode
Interface for a controlled vocabulary tree node
-
Method Summary
Modifier and TypeMethodDescriptionGets the definition attribute of the VocabNode objectgetDescription(PageContext page) Gets the description attribute of the VocabNode objectbooleanGets the divider attribute of the VocabNode objectGets the fieldId attribute of the VocabNode objectintGets the groupLevel attribute of the VocabNode objectbooleanGets the hasSubList attribute of the VocabNode objectgetId()Gets the id attribute of the VocabNode objectbooleanGets the isLastInSubList attribute of the VocabNode objectgetLabel()Gets the label attribute of the VocabNode objectGets the labelAbbrev attribute of the VocabNode objectgetList()Gets the list attribute of the VocabNode objectgetName()Gets the name attribute of the VocabNode objectbooleanGets the noDisplay attribute of the VocabNode objectbooleanGets the noDisplayOriginal attribute of the VocabNode objectGets the subList attribute of the VocabNode objectbooleangetWrap()Gets the wrap attribute of the VocabNode objectvoidsetDefinition(String definition) Sets the definition attribute of the VocabNode objectvoidsetDescription(String description) Sets the description attribute of the VocabNode objectvoidsetDivider(boolean divider) Sets the divider attribute of the VocabNode objectvoidsetFieldId(String fieldId) Sets the fieldId attribute of the VocabNode objectvoidsetGroupLevel(int groupLevel) Sets the groupLevel attribute of the VocabNode objectvoidSets the id attribute of the VocabNode objectvoidsetIsLastInSubList(boolean isLastInSubList) Sets the isLastInSubList attribute of the VocabNode objectvoidSets the label attribute of the VocabNode objectvoidsetLabelAbbrev(String labelAbbrev) Sets the labelAbbrev attribute of the VocabNode objectvoidSets the list attribute of the VocabNode objectvoidsetMetaFormat(String metaFormat) Sets the metaFormat attribute of the VocabNode objectvoidSets the name attribute of the VocabNode objectvoidsetNoDisplay(boolean noDisplay) Sets the noDisplay attribute of the VocabNode objectvoidsetNoDisplayOriginal(boolean noDisplayOriginal) Sets the noDisplayOriginal attribute of the VocabNode objectvoidSets the src attribute of the VocabNode objectvoidsetWrap(boolean wrap) Sets the wrap attribute of the VocabNode object
-
Method Details
-
setMetaFormat
Sets the metaFormat attribute of the VocabNode object- Parameters:
metaFormat- The new metaFormat value
-
setGroupLevel
void setGroupLevel(int groupLevel) Sets the groupLevel attribute of the VocabNode object- Parameters:
groupLevel- The new groupLevel value
-
getGroupLevel
int getGroupLevel()Gets the groupLevel attribute of the VocabNode object- Returns:
- The groupLevel value
-
setFieldId
Sets the fieldId attribute of the VocabNode object- Parameters:
fieldId- The new fieldId value
-
getFieldId
String getFieldId()Gets the fieldId attribute of the VocabNode object- Returns:
- The fieldId value
-
getName
String getName()Gets the name attribute of the VocabNode object- Returns:
- The name value
-
setName
Sets the name attribute of the VocabNode object- Parameters:
name- The new name value
-
getId
String getId()Gets the id attribute of the VocabNode object- Returns:
- The id value
-
setId
Sets the id attribute of the VocabNode object- Parameters:
id- The new id value
-
getLabel
String getLabel()Gets the label attribute of the VocabNode object- Returns:
- The label value
-
setLabel
Sets the label attribute of the VocabNode object- Parameters:
label- The new label value
-
getLabelAbbrev
String getLabelAbbrev()Gets the labelAbbrev attribute of the VocabNode object- Returns:
- The labelAbbrev value
-
setLabelAbbrev
Sets the labelAbbrev attribute of the VocabNode object- Parameters:
labelAbbrev- The new labelAbbrev value
-
getDefinition
String getDefinition()Gets the definition attribute of the VocabNode object- Returns:
- The definition value
-
setDefinition
Sets the definition attribute of the VocabNode object- Parameters:
definition- The new definition value
-
getDescription
Gets the description attribute of the VocabNode object- Parameters:
page-- Returns:
- The description value
-
setDescription
Sets the description attribute of the VocabNode object- Parameters:
description- The new description value
-
getList
VocabList getList()Gets the list attribute of the VocabNode object- Returns:
- The list value
-
setList
Sets the list attribute of the VocabNode object- Parameters:
list- The new list value
-
getSubList
ArrayList getSubList()Gets the subList attribute of the VocabNode object- Returns:
- The subList value
-
getHasSubList
boolean getHasSubList()Gets the hasSubList attribute of the VocabNode object- Returns:
- The hasSubList value
-
getNoDisplay
boolean getNoDisplay()Gets the noDisplay attribute of the VocabNode object- Returns:
- The noDisplay value
-
setNoDisplay
void setNoDisplay(boolean noDisplay) Sets the noDisplay attribute of the VocabNode object- Parameters:
noDisplay- The new noDisplay value
-
getNoDisplayOriginal
boolean getNoDisplayOriginal()Gets the noDisplayOriginal attribute of the VocabNode object- Returns:
- The noDisplayOriginal value
-
setNoDisplayOriginal
void setNoDisplayOriginal(boolean noDisplayOriginal) Sets the noDisplayOriginal attribute of the VocabNode object- Parameters:
noDisplayOriginal- The new noDisplayOriginal value
-
getWrap
boolean getWrap()Gets the wrap attribute of the VocabNode object- Returns:
- The wrap value
-
setWrap
void setWrap(boolean wrap) Sets the wrap attribute of the VocabNode object- Parameters:
wrap- The new wrap value
-
getDivider
boolean getDivider()Gets the divider attribute of the VocabNode object- Returns:
- The divider value
-
setDivider
void setDivider(boolean divider) Sets the divider attribute of the VocabNode object- Parameters:
divider- The new divider value
-
setIsLastInSubList
void setIsLastInSubList(boolean isLastInSubList) Sets the isLastInSubList attribute of the VocabNode object- Parameters:
isLastInSubList- The new isLastInSubList value
-
getIsLastInSubList
boolean getIsLastInSubList()Gets the isLastInSubList attribute of the VocabNode object- Returns:
- The isLastInSubList value
-
setSrc
Sets the src attribute of the VocabNode object- Parameters:
src- The new src value
-