DLESE Tools
v1.6.0

org.dlese.dpc.vocab
Interface VocabNode

All Known Implementing Classes:
VocabNodeOPML, VocabNodeTermsGroups

public interface VocabNode

Interface for a controlled vocabulary tree node


Method Summary
 String getDefinition()
          Gets the definition attribute of the VocabNode object
 String getDescription(PageContext page)
          Gets the description attribute of the VocabNode object
 boolean getDivider()
          Gets the divider attribute of the VocabNode object
 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
 String getId()
          Gets the id attribute of the VocabNode object
 boolean getIsLastInSubList()
          Gets the isLastInSubList attribute of the VocabNode object
 String getLabel()
          Gets the label attribute of the VocabNode object
 String getLabelAbbrev()
          Gets the labelAbbrev attribute of the VocabNode object
 VocabList getList()
          Gets the list attribute of the VocabNode object
 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
 ArrayList getSubList()
          Gets the subList attribute of the VocabNode object
 boolean getWrap()
          Gets the wrap attribute of the VocabNode object
 void setDefinition(String definition)
          Sets the definition attribute of the VocabNode object
 void setDescription(String description)
          Sets the description attribute of the VocabNode object
 void setDivider(boolean divider)
          Sets the divider attribute of the VocabNode object
 void setFieldId(String fieldId)
          Sets the fieldId attribute of the VocabNode object
 void setGroupLevel(int groupLevel)
          Sets the groupLevel attribute of the VocabNode object
 void setId(String id)
          Sets the id attribute of the VocabNode object
 void setIsLastInSubList(boolean isLastInSubList)
          Sets the isLastInSubList attribute of the VocabNode object
 void setLabel(String label)
          Sets the label attribute of the VocabNode object
 void setLabelAbbrev(String labelAbbrev)
          Sets the labelAbbrev attribute of the VocabNode object
 void setList(VocabList list)
          Sets the list attribute of the VocabNode object
 void setMetaFormat(String metaFormat)
          Sets the metaFormat attribute of the VocabNode object
 void setName(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(String src)
          Sets the src attribute of the VocabNode object
 void setWrap(boolean wrap)
          Sets the wrap attribute of the VocabNode object
 

Method Detail

setMetaFormat

void setMetaFormat(String metaFormat)
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

void setFieldId(String fieldId)
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

void setName(String name)
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

void setId(String id)
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

void setLabel(String label)
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

void setLabelAbbrev(String labelAbbrev)
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

void setDefinition(String definition)
Sets the definition attribute of the VocabNode object

Parameters:
definition - The new definition value

getDescription

String getDescription(PageContext page)
Gets the description attribute of the VocabNode object

Parameters:
page -
Returns:
The description value

setDescription

void setDescription(String description)
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

void setList(VocabList list)
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

void setSrc(String src)
Sets the src attribute of the VocabNode object

Parameters:
src - The new src value

DLESE Tools
v1.6.0