Class TmaProdOfferPriceAlterationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaComponentProdOfferPriceModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaProdOfferPriceAlterationModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TmaDiscountProdOfferPriceAlterationModel
public class TmaProdOfferPriceAlterationModel extends TmaComponentProdOfferPriceModel
Generated model class for type TmaProdOfferPriceAlteration first defined at extension b2ctelcoservices.Abstract price alteration.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCYCLEENDGenerated constant - Attribute key ofTmaProdOfferPriceAlteration.cycleEndattribute defined at extensionb2ctelcoservices.static java.lang.StringCYCLESTARTGenerated constant - Attribute key ofTmaProdOfferPriceAlteration.cycleStartattribute defined at extensionb2ctelcoservices.static java.lang.StringISPERCENTAGEGenerated constant - Attribute key ofTmaProdOfferPriceAlteration.isPercentageattribute defined at extensionb2ctelcoservices.-
Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaComponentProdOfferPriceModel
CURRENCY, VALUE
-
Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
_TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE, CATALOGVERSION, COMPOSITEPRODOFFERPRICES, DESCRIPTION, ID, NAME, PRICEEVENT, PRICEROWS
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
-
Constructor Summary
Constructors Constructor Description TmaProdOfferPriceAlterationModel()Generated constructor - Default constructor for generic creation.TmaProdOfferPriceAlterationModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.String _id, ItemModel _owner, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaProdOfferPriceAlterationModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.String _id, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaProdOfferPriceAlterationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCycleEnd()Generated method - Getter of theTmaProdOfferPriceAlteration.cycleEndattribute defined at extensionb2ctelcoservices.java.lang.IntegergetCycleStart()Generated method - Getter of theTmaProdOfferPriceAlteration.cycleStartattribute defined at extensionb2ctelcoservices.java.lang.BooleangetIsPercentage()Generated method - Getter of theTmaProdOfferPriceAlteration.isPercentageattribute defined at extensionb2ctelcoservices.voidsetCycleEnd(java.lang.Integer value)Generated method - Setter ofTmaProdOfferPriceAlteration.cycleEndattribute defined at extensionb2ctelcoservices.voidsetCycleStart(java.lang.Integer value)Generated method - Setter ofTmaProdOfferPriceAlteration.cycleStartattribute defined at extensionb2ctelcoservices.voidsetIsPercentage(java.lang.Boolean value)Generated method - Setter ofTmaProdOfferPriceAlteration.isPercentageattribute defined at extensionb2ctelcoservices.-
Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaComponentProdOfferPriceModel
getCurrency, getValue, setCurrency, setValue
-
Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
getCatalogVersion, getCompositeProdOfferPrices, getDescription, getDescription, getId, getName, getName, getPriceEvent, getPriceRows, setCatalogVersion, setCompositeProdOfferPrices, setDescription, setDescription, setId, setName, setName, setPriceEvent, setPriceRows
-
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
-
CYCLESTART
public static final java.lang.String CYCLESTART
Generated constant - Attribute key ofTmaProdOfferPriceAlteration.cycleStartattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
CYCLEEND
public static final java.lang.String CYCLEEND
Generated constant - Attribute key ofTmaProdOfferPriceAlteration.cycleEndattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
ISPERCENTAGE
public static final java.lang.String ISPERCENTAGE
Generated constant - Attribute key ofTmaProdOfferPriceAlteration.isPercentageattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TmaProdOfferPriceAlterationModel
public TmaProdOfferPriceAlterationModel()
Generated constructor - Default constructor for generic creation.
-
TmaProdOfferPriceAlterationModel
public TmaProdOfferPriceAlterationModel(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
-
TmaProdOfferPriceAlterationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaProdOfferPriceAlterationModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.String _id, java.lang.Double _value)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:
_catalogVersion- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_currency- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices_id- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_value- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices
-
TmaProdOfferPriceAlterationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaProdOfferPriceAlterationModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.String _id, ItemModel _owner, java.lang.Double _value)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:
_catalogVersion- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_currency- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices_id- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_owner- initial attribute declared by typeItemat extensioncore_value- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices
-
-
Method Detail
-
getCycleEnd
@Accessor(qualifier="cycleEnd", type=GETTER) public java.lang.Integer getCycleEnd()Generated method - Getter of theTmaProdOfferPriceAlteration.cycleEndattribute defined at extensionb2ctelcoservices.- Returns:
- the cycleEnd - The end of the billing cycle
-
getCycleStart
@Accessor(qualifier="cycleStart", type=GETTER) public java.lang.Integer getCycleStart()Generated method - Getter of theTmaProdOfferPriceAlteration.cycleStartattribute defined at extensionb2ctelcoservices.- Returns:
- the cycleStart - The start of the billing cycle
-
getIsPercentage
@Accessor(qualifier="isPercentage", type=GETTER) public java.lang.Boolean getIsPercentage()Generated method - Getter of theTmaProdOfferPriceAlteration.isPercentageattribute defined at extensionb2ctelcoservices.- Returns:
- the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
-
setCycleEnd
@Accessor(qualifier="cycleEnd", type=SETTER) public void setCycleEnd(java.lang.Integer value)Generated method - Setter ofTmaProdOfferPriceAlteration.cycleEndattribute defined at extensionb2ctelcoservices.- Parameters:
value- the cycleEnd - The end of the billing cycle
-
setCycleStart
@Accessor(qualifier="cycleStart", type=SETTER) public void setCycleStart(java.lang.Integer value)Generated method - Setter ofTmaProdOfferPriceAlteration.cycleStartattribute defined at extensionb2ctelcoservices.- Parameters:
value- the cycleStart - The start of the billing cycle
-
setIsPercentage
@Accessor(qualifier="isPercentage", type=SETTER) public void setIsPercentage(java.lang.Boolean value)Generated method - Setter ofTmaProdOfferPriceAlteration.isPercentageattribute defined at extensionb2ctelcoservices.- Parameters:
value- the isPercentage - Boolean that shows that the price alteration value is a percentage or not.
-
-