|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.vocab.VocabNode
VocabNode is a node within the vocab hierarchy of a MetadataVocab instance
Constructor Summary | |
---|---|
VocabNode(String name,
boolean noDisplay)
Constructor for the VocabNode object |
Method Summary | |
---|---|
String |
getDefinition()
Gets the definition attribute of the VocabNode object |
boolean |
getDivider()
Gets the divider attribute of the VocabNode object |
String |
getId()
Gets the id attribute of the VocabNode object |
String |
getIdCompare()
This is needed because Struts <logic:equal> compares strings that look like numbers without regard to leading 0s, and our ID convention causes matches between '05' and '005' to return true (they are "equal"). |
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 (sub-vocab) 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 |
String |
getSrc()
Gets the definition 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 |
setDivider(boolean divider)
Sets the divider attribute of the VocabNode object |
void |
setId(String id)
Sets the id attribute of the VocabNode object |
void |
setLabel(String label)
Sets the label attribute of the VocabNode object |
void |
setLabelAbbrev(String labelAbbrev)
Sets the label attribute of the VocabNode object |
void |
setList(VocabList list)
Sets the list 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 |
setSrc(String src)
Sets the definition attribute of the VocabNode object |
void |
setWrap(boolean wrap)
Sets the wrap attribute of the VocabNode object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VocabNode(String name, boolean noDisplay)
name
- metadata namenoDisplay
- Method Detail |
public String getName()
public void setName(String name)
name
- The new name valuepublic String getId()
public void setId(String id)
id
- The new id valuepublic String getIdCompare()
public String getLabel()
public void setLabel(String label)
label
- The new label valuepublic String getLabelAbbrev()
public void setLabelAbbrev(String labelAbbrev)
labelAbbrev
- The new labelAbbrev valuepublic String getDefinition()
public void setDefinition(String definition)
definition
- The new definition valuepublic String getSrc()
public void setSrc(String src)
src
- The new src valuepublic VocabList getList()
public void setList(VocabList list)
list
- The new list valuepublic boolean getNoDisplay()
public void setNoDisplay(boolean noDisplay)
noDisplay
- The new noDisplay valuepublic boolean getWrap()
public void setWrap(boolean wrap)
wrap
- The new wrap valuepublic boolean getDivider()
public void setDivider(boolean divider)
divider
- The new divider value
|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |