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
    • 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​(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
      • 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