Module com.logicommerce.sdk
Class PropertyDefinitionValueImpl
- java.lang.Object
-
- com.logicommerce.sdk.definition.implementations.PropertyDefinitionValueImpl
-
- All Implemented Interfaces:
PropertyDefinitionValue
public class PropertyDefinitionValueImpl extends Object implements PropertyDefinitionValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyDefinitionValueImpl.Builder
-
Constructor Summary
Constructors Constructor Description PropertyDefinitionValueImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefinitionLanguagesgetLanguages()StringgetValue()
-
-
-
Method Detail
-
getValue
public String getValue()
- Specified by:
getValuein interfacePropertyDefinitionValue
-
getLanguages
public DefinitionLanguages getLanguages()
- Specified by:
getLanguagesin interfacePropertyDefinitionValue
-
-