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:
Serializable
Generated model class for type RecurringChargeEntry first defined at extension subscriptionservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSubscriptionPricePlan2RecurringChargeEntryRelationdefining source attributesubscriptionPricePlanRecurringin extensionsubscriptionservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.Fields inherited from class de.hybris.platform.subscriptionservices.model.ChargeEntryModel
BILLINGTIME, CATALOGVERSION, CURRENCY, ID, PRICEFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.RecurringChargeEntryModel(CatalogVersionModel _catalogVersion, Integer _cycleStart, String _id, ItemModel _owner, 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 - Default constructor for creation with existing contextRecurringChargeEntryModel(Integer _cycleStart, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.Generated method - Getter of theRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.Generated method - Getter of theRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.voidsetCycleEnd(Integer value) Generated method - Setter ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.voidsetCycleStart(Integer value) Generated method - Setter ofRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.voidGenerated method - Setter ofRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.Methods inherited from class de.hybris.platform.subscriptionservices.model.ChargeEntryModel
getBillingTime, getCatalogVersion, getCurrency, getId, getPrice, setCatalogVersion, setId, setPriceMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_SUBSCRIPTIONPRICEPLAN2RECURRINGCHARGEENTRYRELATION
Generated relation code constant for relationSubscriptionPricePlan2RecurringChargeEntryRelationdefining source attributesubscriptionPricePlanRecurringin extensionsubscriptionservices.- See Also:
-
CYCLESTART
Generated constant - Attribute key ofRecurringChargeEntry.cycleStartattribute defined at extensionsubscriptionservices.- See Also:
-
CYCLEEND
Generated constant - Attribute key ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.- See Also:
-
SUBSCRIPTIONPRICEPLANRECURRING
Generated constant - Attribute key ofRecurringChargeEntry.subscriptionPricePlanRecurringattribute defined at extensionsubscriptionservices.- See Also:
-
-
Constructor Details
-
RecurringChargeEntryModel
public RecurringChargeEntryModel()Generated constructor - Default constructor for generic creation. -
RecurringChargeEntryModel
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(Integer _cycleStart, 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, Integer _cycleStart, String _id, ItemModel _owner, 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 Details
-
getCycleEnd
Generated method - Getter of theRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.- Returns:
- the cycleEnd - CycleEnd
-
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
Generated method - Setter ofRecurringChargeEntry.cycleEndattribute defined at extensionsubscriptionservices.- Parameters:
value- the cycleEnd - CycleEnd
-
setCycleStart
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
-