public class VocabCachingActionForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
system |
protected MetadataVocab |
vocab |
protected java.util.Map |
vocabCache |
protected java.lang.String |
vocabCacheGroup |
protected java.lang.String |
vocabInterface |
Constructor and Description |
---|
VocabCachingActionForm() |
Modifier and Type | Method and Description |
---|---|
void |
clearVocabCache()
Description of the Method
|
java.util.ArrayList |
getCachedVocabValuesInOrder()
Gets the cachedVocabValuesInOrder attribute of the DDSViewResourceForm
object
|
java.lang.String |
getCachedVocabValuesLastIndex()
Gets the cachedVocabValuesLastIndex attribute of the HistogramForm object
|
java.lang.String |
getSystem()
Gets the system attribute of the VocabCachingActionForm object
|
void |
setSystem(java.lang.String system)
Sets the system attribute of the VocabCachingActionForm object
|
void |
setVocab(MetadataVocab vocab)
Sets the vocab attribute of the VocabCachingActionForm object
|
void |
setVocabCacheValue(java.lang.String vocabValue)
Description of the Method
|
void |
setVocabInterface(java.lang.String vocabInterface)
Sets the vocabInterface attribute of the HistogramForm object
|
protected MetadataVocab vocab
protected java.util.Map vocabCache
protected java.lang.String vocabCacheGroup
protected java.lang.String vocabInterface
protected java.lang.String system
public void setVocabInterface(java.lang.String vocabInterface)
vocabInterface
- The new vocabInterface valuepublic void setSystem(java.lang.String system)
system
- The new system valuepublic java.lang.String getSystem()
public void setVocab(MetadataVocab vocab)
vocab
- The new vocab valuepublic void clearVocabCache()
public void setVocabCacheValue(java.lang.String vocabValue)
vocabValue
- public java.util.ArrayList getCachedVocabValuesInOrder()
public java.lang.String getCachedVocabValuesLastIndex()