Package com.eduix.genexp.studyelement
Class ExportKeyword
- java.lang.Object
-
- com.eduix.genexp.studyelement.ExportKeyword
-
public class ExportKeyword extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportKeyword(String key)ExportKeyword(String keySet, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetKeySet()com.eduix.esp.common.core.domain.LocalizedStringgetValue()voidsetKey(String key)voidsetKeySet(String keySet)voidsetValue(com.eduix.esp.common.core.domain.LocalizedString value)
-
-
-
Method Detail
-
getKeySet
public String getKeySet()
-
setKeySet
public void setKeySet(String keySet)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public com.eduix.esp.common.core.domain.LocalizedString getValue()
-
setValue
public void setValue(com.eduix.esp.common.core.domain.LocalizedString value)
-
-