Class TmaAbstractOrderPriceModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaAbstractOrderPriceModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TmaAbstractOrderComponentPriceModel,TmaAbstractOrderCompositePriceModel
public class TmaAbstractOrderPriceModel extends ItemModel
Generated model class for type TmaAbstractOrderPrice first defined at extension b2ctelcoservices.Entity storing pricing info on cart.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TMAABSTRACTORDERCOMPOSITEPRICE2TMAABSTRACTORDERPRICEGenerated relation code constant for relationTmaAbstractOrderCompositePrice2TmaAbstractOrderPricedefining source attributeparentPricein extensionb2ctelcoservices.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringIDGenerated constant - Attribute key ofTmaAbstractOrderPrice.idattribute defined at extensionb2ctelcoservices.static java.lang.StringPARENTPRICEGenerated constant - Attribute key ofTmaAbstractOrderPrice.parentPriceattribute defined at extensionb2ctelcoservices.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
-
Constructor Summary
Constructors Constructor Description TmaAbstractOrderPriceModel()Generated constructor - Default constructor for generic creation.TmaAbstractOrderPriceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextTmaAbstractOrderPriceModel(java.lang.String _id)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaAbstractOrderPriceModel(java.lang.String _id, 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 parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Generated method - Getter of theTmaAbstractOrderPrice.idattribute defined at extensionb2ctelcoservices.TmaAbstractOrderCompositePriceModelgetParentPrice()Generated method - Getter of theTmaAbstractOrderPrice.parentPriceattribute defined at extensionb2ctelcoservices.voidsetId(java.lang.String value)Generated method - Initial setter ofTmaAbstractOrderPrice.idattribute defined at extensionb2ctelcoservices.voidsetParentPrice(TmaAbstractOrderCompositePriceModel value)Generated method - Setter ofTmaAbstractOrderPrice.parentPriceattribute defined at extensionb2ctelcoservices.-
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
-
_TMAABSTRACTORDERCOMPOSITEPRICE2TMAABSTRACTORDERPRICE
public static final java.lang.String _TMAABSTRACTORDERCOMPOSITEPRICE2TMAABSTRACTORDERPRICE
Generated relation code constant for relationTmaAbstractOrderCompositePrice2TmaAbstractOrderPricedefining source attributeparentPricein extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
Generated constant - Attribute key ofTmaAbstractOrderPrice.idattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
PARENTPRICE
public static final java.lang.String PARENTPRICE
Generated constant - Attribute key ofTmaAbstractOrderPrice.parentPriceattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TmaAbstractOrderPriceModel
public TmaAbstractOrderPriceModel()
Generated constructor - Default constructor for generic creation.
-
TmaAbstractOrderPriceModel
public TmaAbstractOrderPriceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TmaAbstractOrderPriceModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaAbstractOrderPriceModel(java.lang.String _id)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 - Constructor with all mandatory attributes.- Parameters:
_id- initial attribute declared by typeTmaAbstractOrderPriceat extensionb2ctelcoservices
-
TmaAbstractOrderPriceModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaAbstractOrderPriceModel(java.lang.String _id, 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:
_id- initial attribute declared by typeTmaAbstractOrderPriceat extensionb2ctelcoservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getId
@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()Generated method - Getter of theTmaAbstractOrderPrice.idattribute defined at extensionb2ctelcoservices.- Returns:
- the id - Identifier of the Abstract Order Price
-
getParentPrice
@Accessor(qualifier="parentPrice", type=GETTER) public TmaAbstractOrderCompositePriceModel getParentPrice()Generated method - Getter of theTmaAbstractOrderPrice.parentPriceattribute defined at extensionb2ctelcoservices.- Returns:
- the parentPrice - Price attribute containing applicable prices.
-
setId
@Accessor(qualifier="id", type=SETTER) public void setId(java.lang.String value)Generated method - Initial setter ofTmaAbstractOrderPrice.idattribute defined at extensionb2ctelcoservices. Can only be used at creation of model - before first save.- Parameters:
value- the id - Identifier of the Abstract Order Price
-
setParentPrice
@Accessor(qualifier="parentPrice", type=SETTER) public void setParentPrice(TmaAbstractOrderCompositePriceModel value)Generated method - Setter ofTmaAbstractOrderPrice.parentPriceattribute defined at extensionb2ctelcoservices.- Parameters:
value- the parentPrice - Price attribute containing applicable prices.
-
-