Package org.iplass.mtp.entity.definition
Class LocalizedSelectValueDefinition
java.lang.Object
org.iplass.mtp.entity.definition.LocalizedSelectValueDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedSelectValueDefinition(String localeName, List<SelectValue> selectValueList) -
Method Summary
Modifier and TypeMethodDescriptiongetSelectValue(String value) 指定のvalueのSelectValue定義を返却voidsetLocaleName(String localeName) voidsetSelectValueList(List<SelectValue> selectValueList)
-
Constructor Details
-
LocalizedSelectValueDefinition
public LocalizedSelectValueDefinition() -
LocalizedSelectValueDefinition
-
-
Method Details
-
getSelectValue
指定のvalueのSelectValue定義を返却- Parameters:
value-- Returns:
-
getLocaleName
-
setLocaleName
-
getSelectValueList
-
setSelectValueList
-