Package co.mastermindcms.modules.beans
Class Unit
- java.lang.Object
-
- co.mastermindcms.modules.beans.Unit
-
- All Implemented Interfaces:
java.io.Serializable
@TypeAlias("Unit") public class Unit extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
countPerUnitSuffix
private java.util.HashSet<EmbeddedBean>
fallIntoSellerSKUs
private java.lang.String
id
private java.lang.String
minOrderSuffix
private java.lang.String
name
private java.lang.String
quantitySuffix
private java.lang.String
searchTerms
static java.lang.String
SEQUENCE_NAME
private java.util.HashSet<LocalizedText>
translations
private TradingUnit
type
-
Constructor Summary
Constructors Constructor Description Unit()
-
-
-
Field Detail
-
id
private java.lang.String id
-
type
private TradingUnit type
-
name
private java.lang.String name
-
countPerUnitSuffix
private java.lang.String countPerUnitSuffix
-
minOrderSuffix
private java.lang.String minOrderSuffix
-
quantitySuffix
private java.lang.String quantitySuffix
-
searchTerms
private java.lang.String searchTerms
-
fallIntoSellerSKUs
private java.util.HashSet<EmbeddedBean> fallIntoSellerSKUs
-
translations
@DBRef(lazy=true) private java.util.HashSet<LocalizedText> translations
-
SEQUENCE_NAME
public static final java.lang.String SEQUENCE_NAME
- See Also:
- Constant Field Values
-
-