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:
java.io.Serializable
public class StandardPaymentModeValueModel extends ItemModel
Generated model class for type StandardPaymentModeValue first defined at extension paymentstandard.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_STDMODEVALUESRELATIONGenerated relation code constant for relationStdModeValuesRelationdefining source attributepaymentModein extensionpaymentstandard.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCURRENCYGenerated constant - Attribute key ofStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.static java.lang.StringPAYMENTMODEGenerated constant - Attribute key ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.static java.lang.StringVALUEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description StandardPaymentModeValueModel()Generated constructor - Default constructor for generic creation.StandardPaymentModeValueModel(CurrencyModel _currency, ItemModel _owner, StandardPaymentModeModel _paymentMode, java.lang.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, java.lang.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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyModelgetCurrency()Generated method - Getter of theStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.StandardPaymentModeModelgetPaymentMode()Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.java.lang.DoublegetValue()Generated method - Getter of theStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.voidsetCurrency(CurrencyModel value)Generated method - Setter ofStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.voidsetPaymentMode(StandardPaymentModeModel value)Generated method - Initial setter ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.voidsetValue(java.lang.Double value)Generated 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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_STDMODEVALUESRELATION
public static final java.lang.String _STDMODEVALUESRELATION
Generated relation code constant for relationStdModeValuesRelationdefining source attributepaymentModein extensionpaymentstandard.- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Generated constant - Attribute key ofStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Generated constant - Attribute key ofStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.- See Also:
- Constant Field Values
-
PAYMENTMODE
public static final java.lang.String PAYMENTMODE
Generated constant - Attribute key ofStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardPaymentModeValueModel
public StandardPaymentModeValueModel()
Generated constructor - Default constructor for generic creation.
-
StandardPaymentModeValueModel
public StandardPaymentModeValueModel(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, java.lang.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, java.lang.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 Detail
-
getCurrency
@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
Generated method - Getter of theStandardPaymentModeValue.currencyattribute defined at extensionpaymentstandard.- Returns:
- the currency
-
getPaymentMode
@Accessor(qualifier="paymentMode", type=GETTER) public StandardPaymentModeModel getPaymentMode()
Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute defined at extensionpaymentstandard.- Returns:
- the paymentMode
-
getValue
@Accessor(qualifier="value", type=GETTER) public java.lang.Double getValue()
Generated method - Getter of theStandardPaymentModeValue.valueattribute defined at extensionpaymentstandard.- Returns:
- the value
-
setCurrency
@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
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
-
-