Class CpqPricingParameterModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.sapcpqsbintegration.model.CpqPricingParameterModel
- All Implemented Interfaces:
Serializable
Generated model class for type CpqPricingParameter first defined at extension sapcpqsbintegration.
- 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 relation code constant for relationCpqSubscriptionDetail2PricingParameterdefining source attributesubscriptionDetailin extensionsapcpqsbintegration.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCpqPricingParameter.codeattribute defined at extensionsapcpqsbintegration.static final StringGenerated constant - Attribute key ofCpqPricingParameter.itemIdattribute defined at extensionsapcpqsbintegration.static final StringGenerated constant - Attribute key ofCpqPricingParameter.subscriptionDetailattribute defined at extensionsapcpqsbintegration.static final StringGenerated constant - Attribute key ofCpqPricingParameter.valueattribute defined at extensionsapcpqsbintegration.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.CpqPricingParameterModel(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 parametersCpqPricingParameterModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theCpqPricingParameter.codeattribute defined at extensionsapcpqsbintegration.Generated method - Getter of theCpqPricingParameter.itemIdattribute defined at extensionsapcpqsbintegration.Generated method - Getter of theCpqPricingParameter.subscriptionDetailattribute defined at extensionsapcpqsbintegration.getValue()Generated method - Getter of theCpqPricingParameter.valueattribute defined at extensionsapcpqsbintegration.voidGenerated method - Setter ofCpqPricingParameter.codeattribute defined at extensionsapcpqsbintegration.voidGenerated method - Setter ofCpqPricingParameter.itemIdattribute defined at extensionsapcpqsbintegration.voidGenerated method - Setter ofCpqPricingParameter.subscriptionDetailattribute defined at extensionsapcpqsbintegration.voidGenerated method - Setter ofCpqPricingParameter.valueattribute defined at extensionsapcpqsbintegration.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:
-
_CPQSUBSCRIPTIONDETAIL2PRICINGPARAMETER
Generated relation code constant for relationCpqSubscriptionDetail2PricingParameterdefining source attributesubscriptionDetailin extensionsapcpqsbintegration.- See Also:
-
CODE
Generated constant - Attribute key ofCpqPricingParameter.codeattribute defined at extensionsapcpqsbintegration.- See Also:
-
ITEMID
Generated constant - Attribute key ofCpqPricingParameter.itemIdattribute defined at extensionsapcpqsbintegration.- See Also:
-
VALUE
Generated constant - Attribute key ofCpqPricingParameter.valueattribute defined at extensionsapcpqsbintegration.- See Also:
-
SUBSCRIPTIONDETAIL
Generated constant - Attribute key ofCpqPricingParameter.subscriptionDetailattribute defined at extensionsapcpqsbintegration.- See Also:
-
-
Constructor Details
-
CpqPricingParameterModel
public CpqPricingParameterModel()Generated constructor - Default constructor for generic creation. -
CpqPricingParameterModel
public CpqPricingParameterModel(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
-
CpqPricingParameterModel
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
-
getCode
Generated method - Getter of theCpqPricingParameter.codeattribute defined at extensionsapcpqsbintegration.- Returns:
- the code
-
getItemId
Generated method - Getter of theCpqPricingParameter.itemIdattribute defined at extensionsapcpqsbintegration.- Returns:
- the itemId
-
getSubscriptionDetail
@Accessor(qualifier="subscriptionDetail", type=GETTER) public CpqSubscriptionDetailModel getSubscriptionDetail()Generated method - Getter of theCpqPricingParameter.subscriptionDetailattribute defined at extensionsapcpqsbintegration.- Returns:
- the subscriptionDetail
-
getValue
Generated method - Getter of theCpqPricingParameter.valueattribute defined at extensionsapcpqsbintegration.- Returns:
- the value
-
setCode
Generated method - Setter ofCpqPricingParameter.codeattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the code
-
setItemId
Generated method - Setter ofCpqPricingParameter.itemIdattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the itemId
-
setSubscriptionDetail
@Accessor(qualifier="subscriptionDetail", type=SETTER) public void setSubscriptionDetail(CpqSubscriptionDetailModel value) Generated method - Setter ofCpqPricingParameter.subscriptionDetailattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the subscriptionDetail
-
setValue
Generated method - Setter ofCpqPricingParameter.valueattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the value
-