VdexReload 1.1.3 API

uk.ac.reload.editor.metadata.vdexBrowser
Class VdexVocabNode

java.lang.Object
  extended byuk.ac.reload.editor.metadata.vdexBrowser.VdexVocabNode

public class VdexVocabNode
extends java.lang.Object

This class holds information about the Vdex Vocabulary such as name, id, default language, metadata.


Constructor Summary
VdexVocabNode()
          Default constructor
 
Method Summary
 java.lang.String getVocabID()
          Get the vocabuarly identifier
 java.lang.String getVocabLang()
          Get the vocabulary default language
 java.lang.String[] getVocabMD()
          Get the vocabulary metadata
 java.lang.String getVocabName()
          Get the vocabulary name
 void setVocabID(java.lang.String vocabID)
          Set the vocabulary identifier
 void setVocabLang(java.lang.String vocabLang)
          Set the vocabulary default language
 void setVocabMDFile(java.io.File vocabMD)
          Set the vocabulary metadata
 void setVocabName(java.lang.String vocabName)
          Set the vocabulary name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VdexVocabNode

public VdexVocabNode()
Default constructor

Method Detail

setVocabName

public void setVocabName(java.lang.String vocabName)
Set the vocabulary name

Parameters:
vocabName - the vocabulary name

setVocabID

public void setVocabID(java.lang.String vocabID)
Set the vocabulary identifier

Parameters:
vocabID - the vocabulary identifier

setVocabLang

public void setVocabLang(java.lang.String vocabLang)
Set the vocabulary default language

Parameters:
vocabLang - the vocabulary default language

setVocabMDFile

public void setVocabMDFile(java.io.File vocabMD)
Set the vocabulary metadata

Parameters:
vocabMD - the vocabulary metadata

getVocabName

public java.lang.String getVocabName()
Get the vocabulary name

Returns:
the vocabulary name

getVocabID

public java.lang.String getVocabID()
Get the vocabuarly identifier

Returns:
the vocabulary identifier

getVocabLang

public java.lang.String getVocabLang()
Get the vocabulary default language

Returns:
the vocabulary default language

getVocabMD

public java.lang.String[] getVocabMD()
Get the vocabulary metadata

Returns:
the vocabulary metadata

VdexReload 1.1.3 API