Class CustomerOrderOverviewModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.core.model.util.CustomerOrderOverviewModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomerOrderOverviewModel extends ItemModel
Generated model class for type CustomerOrderOverview first defined at extension core.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCURRENCYGenerated constant - Attribute key ofCustomerOrderOverview.currencyattribute defined at extensioncore.static java.lang.StringCUSTOMERGenerated constant - Attribute key ofCustomerOrderOverview.customerattribute defined at extensioncore.static java.lang.StringORDERCOUNTGenerated constant - Attribute key ofCustomerOrderOverview.orderCountattribute defined at extensioncore.static java.lang.StringORDERTOTALSGenerated constant - Attribute key ofCustomerOrderOverview.orderTotalsattribute defined at extensioncore.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CustomerOrderOverviewModel()Generated constructor - Default constructor for generic creation.CustomerOrderOverviewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerOrderOverviewModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyModelgetCurrency()Generated method - Getter of theCustomerOrderOverview.currencyattribute defined at extensioncore.CustomerModelgetCustomer()Generated method - Getter of theCustomerOrderOverview.customerattribute defined at extensioncore.java.lang.IntegergetOrderCount()Generated method - Getter of theCustomerOrderOverview.orderCountattribute defined at extensioncore.java.lang.DoublegetOrderTotals()Generated method - Getter of theCustomerOrderOverview.orderTotalsattribute defined at extensioncore.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
CUSTOMER
public static final java.lang.String CUSTOMER
Generated constant - Attribute key ofCustomerOrderOverview.customerattribute defined at extensioncore.- See Also:
- Constant Field Values
-
ORDERCOUNT
public static final java.lang.String ORDERCOUNT
Generated constant - Attribute key ofCustomerOrderOverview.orderCountattribute defined at extensioncore.- See Also:
- Constant Field Values
-
ORDERTOTALS
public static final java.lang.String ORDERTOTALS
Generated constant - Attribute key ofCustomerOrderOverview.orderTotalsattribute defined at extensioncore.- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Generated constant - Attribute key ofCustomerOrderOverview.currencyattribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CustomerOrderOverviewModel
public CustomerOrderOverviewModel()
Generated constructor - Default constructor for generic creation.
-
CustomerOrderOverviewModel
public CustomerOrderOverviewModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CustomerOrderOverviewModel
@Deprecated(since="4.1.1", forRemoval=true) public CustomerOrderOverviewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getCurrency
@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
Generated method - Getter of theCustomerOrderOverview.currencyattribute defined at extensioncore.- Returns:
- the currency
-
getCustomer
@Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
Generated method - Getter of theCustomerOrderOverview.customerattribute defined at extensioncore.- Returns:
- the customer
-
getOrderCount
@Accessor(qualifier="orderCount", type=GETTER) public java.lang.Integer getOrderCount()
Generated method - Getter of theCustomerOrderOverview.orderCountattribute defined at extensioncore.- Returns:
- the orderCount
-
-