Class StandardPaymentModeValueModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.paymentstandard.model.StandardPaymentModeValueModel
- All Implemented Interfaces:
Serializable
Generated model class for type StandardPaymentModeValue first defined at extension paymentstandard.
- 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 relationStdModeValuesRelationdefining source attributepaymentModein extensionpaymentstandard.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.static final StringGenerated constant - Attribute key ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.static final StringGenerated constant - Attribute key ofStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.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.StandardPaymentModeValueModel(CurrencyModel _currency, ItemModel _owner, StandardPaymentModeModel _paymentMode, Double _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStandardPaymentModeValueModel(CurrencyModel _currency, StandardPaymentModeModel _paymentMode, Double _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStandardPaymentModeValueModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.getValue()Generated method - Getter of theStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.voidsetCurrency(CurrencyModel value) Generated method - Setter ofStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.voidGenerated method - Initial setter ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.voidGenerated method - Setter ofStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.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:
-
_STDMODEVALUESRELATION
Generated relation code constant for relationStdModeValuesRelationdefining source attributepaymentModein extensionpaymentstandard.- See Also:
-
CURRENCY
Generated constant - Attribute key ofStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.- See Also:
-
VALUE
Generated constant - Attribute key ofStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.- See Also:
-
PAYMENTMODE
Generated constant - Attribute key ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.- See Also:
-
-
Constructor Details
-
StandardPaymentModeValueModel
public StandardPaymentModeValueModel()Generated constructor - Default constructor for generic creation. -
StandardPaymentModeValueModel
public StandardPaymentModeValueModel(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
-
StandardPaymentModeValueModel
@Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeValueModel(CurrencyModel _currency, StandardPaymentModeModel _paymentMode, Double _value) 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:
_currency- initial attribute declared by typeStandardPaymentModeValueat extensionpaymentstandard_paymentMode- initial attribute declared by typeStandardPaymentModeValueat extensionpaymentstandard_value- initial attribute declared by typeStandardPaymentModeValueat extensionpaymentstandard
-
StandardPaymentModeValueModel
@Deprecated(since="4.1.1", forRemoval=true) public StandardPaymentModeValueModel(CurrencyModel _currency, ItemModel _owner, StandardPaymentModeModel _paymentMode, Double _value) 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:
_currency- initial attribute declared by typeStandardPaymentModeValueat extensionpaymentstandard_owner- initial attribute declared by typeItemat extensioncore_paymentMode- initial attribute declared by typeStandardPaymentModeValueat extensionpaymentstandard_value- initial attribute declared by typeStandardPaymentModeValueat extensionpaymentstandard
-
-
Method Details
-
getCurrency
Generated method - Getter of theStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.- Returns:
- the currency
-
getPaymentMode
Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.- Returns:
- the paymentMode
-
getValue
Generated method - Getter of theStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.- Returns:
- the value
-
setCurrency
Generated method - Setter ofStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.- Parameters:
value- the currency
-
setPaymentMode
@Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(StandardPaymentModeModel value) Generated method - Initial setter ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard. Can only be used at creation of model - before first save.- Parameters:
value- the paymentMode
-
setValue
Generated method - Setter ofStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.- Parameters:
value- the value
-