Constructor and Description |
---|
VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node)
Constructor for the VocabNodeOPML object
|
VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node,
VocabList parent)
Constructor for the VocabNodeOPML object
|
VocabNodeOPML(java.lang.String metaFormat)
Constructor for the VocabNodeOPML object
|
VocabNodeOPML(java.lang.String metaFormat,
org.dlese.dpc.gui.OPMLTree.TreeNode node)
Constructor for the VocabNodeOPML object
|
VocabNodeOPML(java.lang.String metaFormat,
org.dlese.dpc.gui.OPMLTree.TreeNode node,
VocabList parent)
Constructor for the VocabNodeOPML object
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCollapsible()
Gets the collapsible attribute of the VocabNode object
|
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 VocabNodeOPML 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()
Struts equivalent of getList()--JPSs work by iterating over ArrayLists
(Collections)
|
boolean |
getWrap()
Gets the wrap attribute of the VocabNode object
|
void |
setCollapsible(boolean collapsible)
Sets the collapsible 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 VocabNodeOPML 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 noDisplay attribute of the vocab node (for UI suppression)
|
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
|
public VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node)
node
- public VocabNodeOPML(java.lang.String metaFormat, org.dlese.dpc.gui.OPMLTree.TreeNode node)
metaFormat
- node
- public VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node, VocabList parent)
node
- parent
- public VocabNodeOPML(java.lang.String metaFormat, org.dlese.dpc.gui.OPMLTree.TreeNode node, VocabList parent)
metaFormat
- node
- parent
- public VocabNodeOPML(java.lang.String metaFormat)
metaFormat
- public void setMetaFormat(java.lang.String metaFormat)
setMetaFormat
in interface VocabNode
metaFormat
- The new metaFormat valuepublic void setGroupLevel(int groupLevel)
setGroupLevel
in interface VocabNode
groupLevel
- The new groupLevel valuepublic int getGroupLevel()
getGroupLevel
in interface VocabNode
public void setFieldId(java.lang.String fieldId)
setFieldId
in interface VocabNode
fieldId
- The new fieldId valuepublic java.lang.String getFieldId()
getFieldId
in interface VocabNode
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String getLabelAbbrev()
getLabelAbbrev
in interface VocabNode
public void setLabelAbbrev(java.lang.String labelAbbrev)
setLabelAbbrev
in interface VocabNode
labelAbbrev
- The new labelAbbrev valuepublic java.lang.String getDefinition()
getDefinition
in interface VocabNode
public void setDefinition(java.lang.String definition)
setDefinition
in interface VocabNode
definition
- The new definition valuepublic void setSrc(java.lang.String src)
public java.lang.String getDescription(javax.servlet.jsp.PageContext page)
getDescription
in interface VocabNode
page
- public void setDescription(java.lang.String description)
setDescription
in interface VocabNode
description
- The new description valuepublic VocabList getList()
public void setList(VocabList list)
public java.util.ArrayList getSubList()
getSubList
in interface VocabNode
public boolean getHasSubList()
getHasSubList
in interface VocabNode
public boolean getNoDisplay()
getNoDisplay
in interface VocabNode
public void setNoDisplay(boolean noDisplay)
setNoDisplay
in interface VocabNode
noDisplay
- The new noDisplay valuepublic boolean getNoDisplayOriginal()
getNoDisplayOriginal
in interface VocabNode
public void setNoDisplayOriginal(boolean noDisplayOriginal)
setNoDisplayOriginal
in interface VocabNode
noDisplayOriginal
- The new noDisplayOriginal valuepublic boolean getWrap()
public void setWrap(boolean wrap)
public boolean getCollapsible()
public void setCollapsible(boolean collapsible)
collapsible
- The new collapsible valuepublic boolean getDivider()
getDivider
in interface VocabNode
public void setDivider(boolean divider)
setDivider
in interface VocabNode
divider
- The new divider valuepublic void setIsLastInSubList(boolean isLastInSubList)
setIsLastInSubList
in interface VocabNode
isLastInSubList
- The new isLastInSubList valuepublic boolean getIsLastInSubList()
getIsLastInSubList
in interface VocabNode