public interface VocabNode
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefinition()
Gets the definition attribute of the VocabNode object
|
java.lang.String |
getDescription(javax.servlet.jsp.PageContext page)
Gets the description attribute of the VocabNode object
|
boolean |
getDivider()
Gets the divider attribute of the VocabNode object
|
java.lang.String |
getFieldId()
Gets the fieldId attribute of the VocabNode object
|
int |
getGroupLevel()
Gets the groupLevel attribute of the VocabNode object
|
boolean |
getHasSubList()
Gets the hasSubList attribute of the VocabNode object
|
java.lang.String |
getId()
Gets the id attribute of the VocabNode object
|
boolean |
getIsLastInSubList()
Gets the isLastInSubList attribute of the VocabNode object
|
java.lang.String |
getLabel()
Gets the label attribute of the VocabNode object
|
java.lang.String |
getLabelAbbrev()
Gets the labelAbbrev attribute of the VocabNode object
|
VocabList |
getList()
Gets the list attribute of the VocabNode object
|
java.lang.String |
getName()
Gets the name attribute of the VocabNode object
|
boolean |
getNoDisplay()
Gets the noDisplay attribute of the VocabNode object
|
boolean |
getNoDisplayOriginal()
Gets the noDisplayOriginal attribute of the VocabNode object
|
java.util.ArrayList |
getSubList()
Gets the subList attribute of the VocabNode object
|
boolean |
getWrap()
Gets the wrap attribute of the VocabNode object
|
void |
setDefinition(java.lang.String definition)
Sets the definition attribute of the VocabNode object
|
void |
setDescription(java.lang.String description)
Sets the description attribute of the VocabNode object
|
void |
setDivider(boolean divider)
Sets the divider attribute of the VocabNode object
|
void |
setFieldId(java.lang.String fieldId)
Sets the fieldId attribute of the VocabNode object
|
void |
setGroupLevel(int groupLevel)
Sets the groupLevel attribute of the VocabNode object
|
void |
setId(java.lang.String id)
Sets the id attribute of the VocabNode object
|
void |
setIsLastInSubList(boolean isLastInSubList)
Sets the isLastInSubList attribute of the VocabNode object
|
void |
setLabel(java.lang.String label)
Sets the label attribute of the VocabNode object
|
void |
setLabelAbbrev(java.lang.String labelAbbrev)
Sets the labelAbbrev attribute of the VocabNode object
|
void |
setList(VocabList list)
Sets the list attribute of the VocabNode object
|
void |
setMetaFormat(java.lang.String metaFormat)
Sets the metaFormat attribute of the VocabNode object
|
void |
setName(java.lang.String name)
Sets the name attribute of the VocabNode object
|
void |
setNoDisplay(boolean noDisplay)
Sets the noDisplay attribute of the VocabNode object
|
void |
setNoDisplayOriginal(boolean noDisplayOriginal)
Sets the noDisplayOriginal attribute of the VocabNode object
|
void |
setSrc(java.lang.String src)
Sets the src attribute of the VocabNode object
|
void |
setWrap(boolean wrap)
Sets the wrap attribute of the VocabNode object
|
void setMetaFormat(java.lang.String metaFormat)
metaFormat
- The new metaFormat valuevoid setGroupLevel(int groupLevel)
groupLevel
- The new groupLevel valueint getGroupLevel()
void setFieldId(java.lang.String fieldId)
fieldId
- The new fieldId valuejava.lang.String getFieldId()
java.lang.String getName()
void setName(java.lang.String name)
name
- The new name valuejava.lang.String getId()
void setId(java.lang.String id)
id
- The new id valuejava.lang.String getLabel()
void setLabel(java.lang.String label)
label
- The new label valuejava.lang.String getLabelAbbrev()
void setLabelAbbrev(java.lang.String labelAbbrev)
labelAbbrev
- The new labelAbbrev valuejava.lang.String getDefinition()
void setDefinition(java.lang.String definition)
definition
- The new definition valuejava.lang.String getDescription(javax.servlet.jsp.PageContext page)
page
- void setDescription(java.lang.String description)
description
- The new description valueVocabList getList()
void setList(VocabList list)
list
- The new list valuejava.util.ArrayList getSubList()
boolean getHasSubList()
boolean getNoDisplay()
void setNoDisplay(boolean noDisplay)
noDisplay
- The new noDisplay valueboolean getNoDisplayOriginal()
void setNoDisplayOriginal(boolean noDisplayOriginal)
noDisplayOriginal
- The new noDisplayOriginal valueboolean getWrap()
void setWrap(boolean wrap)
wrap
- The new wrap valueboolean getDivider()
void setDivider(boolean divider)
divider
- The new divider valuevoid setIsLastInSubList(boolean isLastInSubList)
isLastInSubList
- The new isLastInSubList valueboolean getIsLastInSubList()
void setSrc(java.lang.String src)
src
- The new src value