Package co.mastermindcms.modules.beans
Class AttributeValue
- java.lang.Object
-
- co.mastermindcms.modules.beans.AttributeValue
-
- All Implemented Interfaces:
java.io.Serializable
@TypeAlias("AttributeValue") public class AttributeValue extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
active
private AreaUsageType
areaUsageType
private java.lang.String
attributeDescription
private java.lang.String
attributeId
private java.lang.Double
attributeMax
private java.lang.Double
attributeMin
private java.lang.String
attributeName
private java.util.LinkedHashSet<Option>
attributeOptions
private java.lang.Double
attributeStep
private EmbeddedBean
embeddedSellerSku
static java.lang.String
GENERATE_SEQUENCE_NAME
private java.lang.String
id
private double
maxValue
private java.lang.String
measurementId
private java.lang.String
measurementValue
private double
minValue
static java.lang.String
SEQUENCE_NAME
private AttributeType
type
private java.lang.String
value
-
Constructor Summary
Constructors Constructor Description AttributeValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChecked()
-
-
-
Field Detail
-
id
private java.lang.String id
-
embeddedSellerSku
private EmbeddedBean embeddedSellerSku
-
attributeId
private java.lang.String attributeId
-
attributeName
private java.lang.String attributeName
-
attributeDescription
private java.lang.String attributeDescription
-
attributeOptions
@DBRef(lazy=true) private java.util.LinkedHashSet<Option> attributeOptions
-
attributeMin
private java.lang.Double attributeMin
-
attributeMax
private java.lang.Double attributeMax
-
attributeStep
private java.lang.Double attributeStep
-
measurementId
private java.lang.String measurementId
-
measurementValue
private java.lang.String measurementValue
-
type
private AttributeType type
-
areaUsageType
private AreaUsageType areaUsageType
-
value
private java.lang.String value
-
minValue
private double minValue
-
maxValue
private double maxValue
-
active
private boolean active
-
SEQUENCE_NAME
public static final java.lang.String SEQUENCE_NAME
- See Also:
- Constant Field Values
-
GENERATE_SEQUENCE_NAME
public static final java.lang.String GENERATE_SEQUENCE_NAME
- See Also:
- Constant Field Values
-
-