Class StandardPaymentModeModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class StandardPaymentModeModel
    extends PaymentModeModel
    Generated model class for type StandardPaymentMode 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
      • NET

        public static final java.lang.String NET
        Generated constant - Attribute key of StandardPaymentMode.net attribute defined at extension paymentstandard.
        See Also:
        Constant Field Values
      • PAYMENTMODEVALUES

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

      • StandardPaymentModeModel

        public StandardPaymentModeModel()
        Generated constructor - Default constructor for generic creation.
      • StandardPaymentModeModel

        public StandardPaymentModeModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • StandardPaymentModeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public StandardPaymentModeModel​(java.lang.Boolean _active,
                                        java.lang.String _code,
                                        ComposedTypeModel _paymentInfoType)
        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:
        _active - initial attribute declared by type PaymentMode at extension core
        _code - initial attribute declared by type PaymentMode at extension core
        _paymentInfoType - initial attribute declared by type PaymentMode at extension core
      • StandardPaymentModeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public StandardPaymentModeModel​(java.lang.Boolean _active,
                                        java.lang.String _code,
                                        ItemModel _owner,
                                        ComposedTypeModel _paymentInfoType)
        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:
        _active - initial attribute declared by type PaymentMode at extension core
        _code - initial attribute declared by type PaymentMode at extension core
        _owner - initial attribute declared by type Item at extension core
        _paymentInfoType - initial attribute declared by type PaymentMode at extension core
    • Method Detail

      • getNet

        @Accessor(qualifier="net",
                  type=GETTER)
        public java.lang.Boolean getNet()
        Generated method - Getter of the StandardPaymentMode.net attribute defined at extension paymentstandard.
        Returns:
        the net
      • getPaymentModeValues

        @Accessor(qualifier="paymentModeValues",
                  type=GETTER)
        public java.util.Collection<StandardPaymentModeValueModel> getPaymentModeValues()
        Generated method - Getter of the StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the paymentModeValues
      • setNet

        @Accessor(qualifier="net",
                  type=SETTER)
        public void setNet​(java.lang.Boolean value)
        Generated method - Setter of StandardPaymentMode.net attribute defined at extension paymentstandard.
        Parameters:
        value - the net
      • setPaymentModeValues

        @Accessor(qualifier="paymentModeValues",
                  type=SETTER)
        public void setPaymentModeValues​(java.util.Collection<StandardPaymentModeValueModel> value)
        Generated method - Setter of StandardPaymentMode.paymentModeValues attribute defined at extension paymentstandard.
        Parameters:
        value - the paymentModeValues