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
ConstructorDescriptionLocalizedSelectValueDefinition
(String localeName, List<SelectValue> selectValueList) -
Method Summary
Modifier and TypeMethodDescriptiongetSelectValue
(String value) 指定のvalueのSelectValue定義を返却void
setLocaleName
(String localeName) void
setSelectValueList
(List<SelectValue> selectValueList)
-
Constructor Details
-
LocalizedSelectValueDefinition
public LocalizedSelectValueDefinition() -
LocalizedSelectValueDefinition
-
-
Method Details
-
getSelectValue
指定のvalueのSelectValue定義を返却- Parameters:
value
-- Returns:
-
getLocaleName
-
setLocaleName
-
getSelectValueList
-
setSelectValueList
-