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

public class StandardPaymentModeValueModel extends ItemModel
Generated model class for type StandardPaymentModeValue first defined at extension paymentstandard.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _STDMODEVALUESRELATION

      public static final String _STDMODEVALUESRELATION
      Generated relation code constant for relation StdModeValuesRelation defining source attribute paymentMode in extension paymentstandard.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      See Also:
    • VALUE

      public static final String VALUE
      Generated constant - Attribute key of StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      See Also:
    • PAYMENTMODE

      public static final String PAYMENTMODE
      Generated constant - Attribute key of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
      See Also:
  • Constructor Details

    • 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, 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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _currency - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _paymentMode - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _value - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _currency - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _owner - initial attribute declared by type Item at extension core
      _paymentMode - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
      _value - initial attribute declared by type StandardPaymentModeValue at extension paymentstandard
  • Method Details

    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      Returns:
      the currency
    • getPaymentMode

      @Accessor(qualifier="paymentMode", type=GETTER) public StandardPaymentModeModel getPaymentMode()
      Generated method - Getter of the StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
      Returns:
      the paymentMode
    • getValue

      @Accessor(qualifier="value", type=GETTER) public Double getValue()
      Generated method - Getter of the StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      Returns:
      the value
    • setCurrency

      @Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
      Generated method - Setter of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      Parameters:
      value - the currency
    • setPaymentMode

      @Accessor(qualifier="paymentMode", type=SETTER) public void setPaymentMode(StandardPaymentModeModel value)
      Generated method - Initial setter of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard. Can only be used at creation of model - before first save.
      Parameters:
      value - the paymentMode
    • setValue

      @Accessor(qualifier="value", type=SETTER) public void setValue(Double value)
      Generated method - Setter of StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      Parameters:
      value - the value