Class TmaEligibilityContextModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaEligibilityContextModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaEligibilityContext first defined at extension b2ctelcoservices.
Eligibility Context.
- 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 ofTmaEligibilityContext.baseSiteCodesattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaEligibilityContext.billingSystemIdattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaEligibilityContext.processesCodesattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaEligibilityContext.requiredPoCodesattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaEligibilityContext.subscriberIdattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaEligibilityContext.termCodesattribute defined at extensionb2ctelcoservices.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.TmaEligibilityContextModel(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 parametersTmaEligibilityContextModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaEligibilityContext.baseSiteCodesattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaEligibilityContext.billingSystemIdattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaEligibilityContext.processesCodesattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaEligibilityContext.requiredPoCodesattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaEligibilityContext.subscriberIdattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaEligibilityContext.termCodesattribute defined at extensionb2ctelcoservices.voidsetBaseSiteCodes(List<String> value) Generated method - Setter ofTmaEligibilityContext.baseSiteCodesattribute defined at extensionb2ctelcoservices.voidsetBillingSystemId(String value) Generated method - Setter ofTmaEligibilityContext.billingSystemIdattribute defined at extensionb2ctelcoservices.voidsetCustomer(CustomerModel value) Generated method - Setter ofTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices.voidsetProcessesCodes(List<String> value) Generated method - Setter ofTmaEligibilityContext.processesCodesattribute defined at extensionb2ctelcoservices.voidsetRequiredPoCodes(List<String> value) Generated method - Setter ofTmaEligibilityContext.requiredPoCodesattribute defined at extensionb2ctelcoservices.voidsetSubscriberId(String value) Generated method - Setter ofTmaEligibilityContext.subscriberIdattribute defined at extensionb2ctelcoservices.voidsetTermCodes(List<String> value) Generated method - Setter ofTmaEligibilityContext.termCodesattribute defined at extensionb2ctelcoservices.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:
-
SUBSCRIBERID
Generated constant - Attribute key ofTmaEligibilityContext.subscriberIdattribute defined at extensionb2ctelcoservices.- See Also:
-
BILLINGSYSTEMID
Generated constant - Attribute key ofTmaEligibilityContext.billingSystemIdattribute defined at extensionb2ctelcoservices.- See Also:
-
PROCESSESCODES
Generated constant - Attribute key ofTmaEligibilityContext.processesCodesattribute defined at extensionb2ctelcoservices.- See Also:
-
TERMCODES
Generated constant - Attribute key ofTmaEligibilityContext.termCodesattribute defined at extensionb2ctelcoservices.- See Also:
-
REQUIREDPOCODES
Generated constant - Attribute key ofTmaEligibilityContext.requiredPoCodesattribute defined at extensionb2ctelcoservices.- See Also:
-
BASESITECODES
Generated constant - Attribute key ofTmaEligibilityContext.baseSiteCodesattribute defined at extensionb2ctelcoservices.- See Also:
-
CUSTOMER
Generated constant - Attribute key ofTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices.- See Also:
-
-
Constructor Details
-
TmaEligibilityContextModel
public TmaEligibilityContextModel()Generated constructor - Default constructor for generic creation. -
TmaEligibilityContextModel
public TmaEligibilityContextModel(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
-
TmaEligibilityContextModel
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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBaseSiteCodes
Generated method - Getter of theTmaEligibilityContext.baseSiteCodesattribute defined at extensionb2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the baseSiteCodes - Base Sites
-
getBillingSystemId
Generated method - Getter of theTmaEligibilityContext.billingSystemIdattribute defined at extensionb2ctelcoservices.- Returns:
- the billingSystemId - Billing System id for which the context is available
-
getCustomer
Generated method - Getter of theTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices.- Returns:
- the customer
-
getProcessesCodes
Generated method - Getter of theTmaEligibilityContext.processesCodesattribute defined at extensionb2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the processesCodes - Process codes
-
getRequiredPoCodes
Generated method - Getter of theTmaEligibilityContext.requiredPoCodesattribute defined at extensionb2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the requiredPoCodes - Product offerings
-
getSubscriberId
Generated method - Getter of theTmaEligibilityContext.subscriberIdattribute defined at extensionb2ctelcoservices.- Returns:
- the subscriberId - Subscription base id for which the context is available
-
getTermCodes
Generated method - Getter of theTmaEligibilityContext.termCodesattribute defined at extensionb2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the termCodes - Terms
-
setBaseSiteCodes
Generated method - Setter ofTmaEligibilityContext.baseSiteCodesattribute defined at extensionb2ctelcoservices.- Parameters:
value- the baseSiteCodes - Base Sites
-
setBillingSystemId
Generated method - Setter ofTmaEligibilityContext.billingSystemIdattribute defined at extensionb2ctelcoservices.- Parameters:
value- the billingSystemId - Billing System id for which the context is available
-
setCustomer
Generated method - Setter ofTmaEligibilityContext.customerattribute defined at extensionb2ctelcoservices.- Parameters:
value- the customer
-
setProcessesCodes
@Accessor(qualifier="processesCodes", type=SETTER) public void setProcessesCodes(List<String> value) Generated method - Setter ofTmaEligibilityContext.processesCodesattribute defined at extensionb2ctelcoservices.- Parameters:
value- the processesCodes - Process codes
-
setRequiredPoCodes
@Accessor(qualifier="requiredPoCodes", type=SETTER) public void setRequiredPoCodes(List<String> value) Generated method - Setter ofTmaEligibilityContext.requiredPoCodesattribute defined at extensionb2ctelcoservices.- Parameters:
value- the requiredPoCodes - Product offerings
-
setSubscriberId
Generated method - Setter ofTmaEligibilityContext.subscriberIdattribute defined at extensionb2ctelcoservices.- Parameters:
value- the subscriberId - Subscription base id for which the context is available
-
setTermCodes
Generated method - Setter ofTmaEligibilityContext.termCodesattribute defined at extensionb2ctelcoservices.- Parameters:
value- the termCodes - Terms
-