Class TmaCartSubscriptionInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaCartSubscriptionInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaCartSubscriptionInfo first defined at extension tuadatacommonsservices.
Entity storing subscription info dedicated to usages on cart.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTmaCartSubscriptionInfo.billingSystemIdattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaCartSubscriptionInfo.idattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaCartSubscriptionInfo.subscribedProductActionattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaCartSubscriptionInfo.subscribedProductIdattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaCartSubscriptionInfo.subscriberIdentityattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaCartSubscriptionInfo.subscriptionTermattribute defined at extensiontuadatacommonsservices.Fields 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.TmaCartSubscriptionInfoModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaCartSubscriptionInfoModel(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
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaCartSubscriptionInfo.billingSystemIdattribute defined at extensiontuadatacommonsservices.getId()Generated method - Getter of theTmaCartSubscriptionInfo.idattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaCartSubscriptionInfo.subscribedProductActionattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaCartSubscriptionInfo.subscribedProductIdattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaCartSubscriptionInfo.subscriberIdentityattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaCartSubscriptionInfo.subscriptionTermattribute defined at extensiontuadatacommonsservices.voidsetBillingSystemId(String value) Generated method - Setter ofTmaCartSubscriptionInfo.billingSystemIdattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaCartSubscriptionInfo.idattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaCartSubscriptionInfo.subscribedProductActionattribute defined at extensiontuadatacommonsservices.voidsetSubscribedProductId(String value) Generated method - Setter ofTmaCartSubscriptionInfo.subscribedProductIdattribute defined at extensiontuadatacommonsservices.voidsetSubscriberIdentity(String value) Generated method - Setter ofTmaCartSubscriptionInfo.subscriberIdentityattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaCartSubscriptionInfo.subscriptionTermattribute defined at extensiontuadatacommonsservices.Methods 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:
-
ID
Generated constant - Attribute key ofTmaCartSubscriptionInfo.idattribute defined at extensiontuadatacommonsservices.- See Also:
-
SUBSCRIBERIDENTITY
Generated constant - Attribute key ofTmaCartSubscriptionInfo.subscriberIdentityattribute defined at extensiontuadatacommonsservices.- See Also:
-
SUBSCRIBEDPRODUCTID
Generated constant - Attribute key ofTmaCartSubscriptionInfo.subscribedProductIdattribute defined at extensiontuadatacommonsservices.- See Also:
-
BILLINGSYSTEMID
Generated constant - Attribute key ofTmaCartSubscriptionInfo.billingSystemIdattribute defined at extensiontuadatacommonsservices.- See Also:
-
SUBSCRIPTIONTERM
Generated constant - Attribute key ofTmaCartSubscriptionInfo.subscriptionTermattribute defined at extensiontuadatacommonsservices.- See Also:
-
SUBSCRIBEDPRODUCTACTION
Generated constant - Attribute key ofTmaCartSubscriptionInfo.subscribedProductActionattribute defined at extensiontuadatacommonsservices.- See Also:
-
-
Constructor Details
-
TmaCartSubscriptionInfoModel
public TmaCartSubscriptionInfoModel()Generated constructor - Default constructor for generic creation. -
TmaCartSubscriptionInfoModel
public TmaCartSubscriptionInfoModel(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
-
TmaCartSubscriptionInfoModel
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 typeTmaCartSubscriptionInfoat extensiontuadatacommonsservices
-
TmaCartSubscriptionInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaCartSubscriptionInfoModel(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 typeTmaCartSubscriptionInfoat extensiontuadatacommonsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBillingSystemId
Generated method - Getter of theTmaCartSubscriptionInfo.billingSystemIdattribute defined at extensiontuadatacommonsservices.- Returns:
- the billingSystemId - Represents the identifier of the billing system.
-
getId
Generated method - Getter of theTmaCartSubscriptionInfo.idattribute defined at extensiontuadatacommonsservices.- Returns:
- the id - Represents the identifier of the subscription info.
-
getSubscribedProductAction
@Accessor(qualifier="subscribedProductAction", type=GETTER) public TmaSubscribedProductAction getSubscribedProductAction()Generated method - Getter of theTmaCartSubscriptionInfo.subscribedProductActionattribute defined at extensiontuadatacommonsservices.- Returns:
- the subscribedProductAction - Represents the action made on the subscribed product.
-
getSubscribedProductId
Generated method - Getter of theTmaCartSubscriptionInfo.subscribedProductIdattribute defined at extensiontuadatacommonsservices.- Returns:
- the subscribedProductId - Represents the id of the subscriber product.
-
getSubscriberIdentity
Generated method - Getter of theTmaCartSubscriptionInfo.subscriberIdentityattribute defined at extensiontuadatacommonsservices.- Returns:
- the subscriberIdentity - Represents the subscriber identity of a subscription base.
-
getSubscriptionTerm
@Accessor(qualifier="subscriptionTerm", type=GETTER) public SubscriptionTermModel getSubscriptionTerm()Generated method - Getter of theTmaCartSubscriptionInfo.subscriptionTermattribute defined at extensiontuadatacommonsservices.- Returns:
- the subscriptionTerm - Represents the subscription term under which the current item has been added to cart.
-
setBillingSystemId
Generated method - Setter ofTmaCartSubscriptionInfo.billingSystemIdattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the billingSystemId - Represents the identifier of the billing system.
-
setId
Generated method - Setter ofTmaCartSubscriptionInfo.idattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the id - Represents the identifier of the subscription info.
-
setSubscribedProductAction
@Accessor(qualifier="subscribedProductAction", type=SETTER) public void setSubscribedProductAction(TmaSubscribedProductAction value) Generated method - Setter ofTmaCartSubscriptionInfo.subscribedProductActionattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the subscribedProductAction - Represents the action made on the subscribed product.
-
setSubscribedProductId
@Accessor(qualifier="subscribedProductId", type=SETTER) public void setSubscribedProductId(String value) Generated method - Setter ofTmaCartSubscriptionInfo.subscribedProductIdattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the subscribedProductId - Represents the id of the subscriber product.
-
setSubscriberIdentity
@Accessor(qualifier="subscriberIdentity", type=SETTER) public void setSubscriberIdentity(String value) Generated method - Setter ofTmaCartSubscriptionInfo.subscriberIdentityattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the subscriberIdentity - Represents the subscriber identity of a subscription base.
-
setSubscriptionTerm
@Accessor(qualifier="subscriptionTerm", type=SETTER) public void setSubscriptionTerm(SubscriptionTermModel value) Generated method - Setter ofTmaCartSubscriptionInfo.subscriptionTermattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the subscriptionTerm - Represents the subscription term under which the current item has been added to cart.
-