Class 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

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _STDMODEVALUESRELATION
      Generated relation code constant for relation StdModeValuesRelation defining source attribute paymentMode in extension paymentstandard.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CURRENCY
      Generated constant - Attribute key of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      static java.lang.String PAYMENTMODE
      Generated constant - Attribute key of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
      static java.lang.String VALUE
      Generated constant - Attribute key of StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CurrencyModel getCurrency()
      Generated method - Getter of the StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      StandardPaymentModeModel getPaymentMode()
      Generated method - Getter of the StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
      java.lang.Double getValue()
      Generated method - Getter of the StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      void setCurrency​(CurrencyModel value)
      Generated method - Setter of StandardPaymentModeValue.currency attribute defined at extension paymentstandard.
      void setPaymentMode​(StandardPaymentModeModel value)
      Generated method - Initial setter of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
      void setValue​(java.lang.Double value)
      Generated method - Setter of StandardPaymentModeValue.value attribute defined at extension paymentstandard.
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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 relation StdModeValuesRelation defining source attribute paymentMode in extension paymentstandard.
        See Also:
        Constant Field Values
      • CURRENCY

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

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

        public static final java.lang.String PAYMENTMODE
        Generated constant - Attribute key of StandardPaymentModeValue.paymentMode attribute defined at extension paymentstandard.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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,
                                             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 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,
                                             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 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 Detail

      • 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 java.lang.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​(java.lang.Double value)
        Generated method - Setter of StandardPaymentModeValue.value attribute defined at extension paymentstandard.
        Parameters:
        value - the value