Class RecurringChargeEntryModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.subscriptionservices.model.ChargeEntryModel
-
- de.hybris.platform.subscriptionservices.model.RecurringChargeEntryModel
-
- All Implemented Interfaces:
java.io.Serializable
public class RecurringChargeEntryModel extends ChargeEntryModel
Generated model class for type RecurringChargeEntry first defined at extension subscriptionservices.- 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_SUBSCRIPTIONPRICEPLAN2RECURRINGCHARGEENTRYRELATIONGenerated relation code constant for relationSubscriptionPricePlan2RecurringChargeEntryRelationdefining source attributesubscriptionPricePlanRecurringin extensionsubscriptionservices.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCYCLEENDGenerated constant - Attribute key ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.static java.lang.StringCYCLESTARTGenerated constant - Attribute key ofRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.static java.lang.StringSUBSCRIPTIONPRICEPLANRECURRINGGenerated constant - Attribute key ofRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.-
Fields inherited from class de.hybris.platform.subscriptionservices.model.ChargeEntryModel
BILLINGTIME, CATALOGVERSION, CURRENCY, ID, PRICE
-
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 RecurringChargeEntryModel()Generated constructor - Default constructor for generic creation.RecurringChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.Integer _cycleStart, java.lang.String _id, ItemModel _owner, java.lang.Double _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRecurringChargeEntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextRecurringChargeEntryModel(java.lang.Integer _cycleStart, java.lang.Double _price)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.IntegergetCycleEnd()Generated method - Getter of theRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.java.lang.IntegergetCycleStart()Generated method - Getter of theRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.SubscriptionPricePlanModelgetSubscriptionPricePlanRecurring()Generated method - Getter of theRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.voidsetCycleEnd(java.lang.Integer value)Generated method - Setter ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.voidsetCycleStart(java.lang.Integer value)Generated method - Setter ofRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.voidsetSubscriptionPricePlanRecurring(SubscriptionPricePlanModel value)Generated method - Setter ofRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.-
Methods inherited from class de.hybris.platform.subscriptionservices.model.ChargeEntryModel
getBillingTime, getCatalogVersion, getCurrency, getId, getPrice, setCatalogVersion, setId, setPrice
-
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
-
_SUBSCRIPTIONPRICEPLAN2RECURRINGCHARGEENTRYRELATION
public static final java.lang.String _SUBSCRIPTIONPRICEPLAN2RECURRINGCHARGEENTRYRELATION
Generated relation code constant for relationSubscriptionPricePlan2RecurringChargeEntryRelationdefining source attributesubscriptionPricePlanRecurringin extensionsubscriptionservices.- See Also:
- Constant Field Values
-
CYCLESTART
public static final java.lang.String CYCLESTART
Generated constant - Attribute key ofRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.- See Also:
- Constant Field Values
-
CYCLEEND
public static final java.lang.String CYCLEEND
Generated constant - Attribute key ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.- See Also:
- Constant Field Values
-
SUBSCRIPTIONPRICEPLANRECURRING
public static final java.lang.String SUBSCRIPTIONPRICEPLANRECURRING
Generated constant - Attribute key ofRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RecurringChargeEntryModel
public RecurringChargeEntryModel()
Generated constructor - Default constructor for generic creation.
-
RecurringChargeEntryModel
public RecurringChargeEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
RecurringChargeEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public RecurringChargeEntryModel(java.lang.Integer _cycleStart, java.lang.Double _price)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:
_cycleStart- initial attribute declared by typeRecurringChargeEntryat extensionsubscriptionservices_price- initial attribute declared by typeChargeEntryat extensionsubscriptionservices
-
RecurringChargeEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public RecurringChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.Integer _cycleStart, java.lang.String _id, ItemModel _owner, java.lang.Double _price)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 typeChargeEntryat extensionsubscriptionservices_cycleStart- initial attribute declared by typeRecurringChargeEntryat extensionsubscriptionservices_id- initial attribute declared by typeChargeEntryat extensionsubscriptionservices_owner- initial attribute declared by typeItemat extensioncore_price- initial attribute declared by typeChargeEntryat extensionsubscriptionservices
-
-
Method Detail
-
getCycleEnd
@Accessor(qualifier="cycleEnd", type=GETTER) public java.lang.Integer getCycleEnd()
Generated method - Getter of theRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.- Returns:
- the cycleEnd - CycleEnd
-
getCycleStart
@Accessor(qualifier="cycleStart", type=GETTER) public java.lang.Integer getCycleStart()
Generated method - Getter of theRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.- Returns:
- the cycleStart - CycleStart
-
getSubscriptionPricePlanRecurring
@Accessor(qualifier="subscriptionPricePlanRecurring", type=GETTER) public SubscriptionPricePlanModel getSubscriptionPricePlanRecurring()
Generated method - Getter of theRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.- Returns:
- the subscriptionPricePlanRecurring
-
setCycleEnd
@Accessor(qualifier="cycleEnd", type=SETTER) public void setCycleEnd(java.lang.Integer value)
Generated method - Setter ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.- Parameters:
value- the cycleEnd - CycleEnd
-
setCycleStart
@Accessor(qualifier="cycleStart", type=SETTER) public void setCycleStart(java.lang.Integer value)
Generated method - Setter ofRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.- Parameters:
value- the cycleStart - CycleStart
-
setSubscriptionPricePlanRecurring
@Accessor(qualifier="subscriptionPricePlanRecurring", type=SETTER) public void setSubscriptionPricePlanRecurring(SubscriptionPricePlanModel value)
Generated method - Setter ofRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.- Parameters:
value- the subscriptionPricePlanRecurring
-
-