Class SAPPaymentModeModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPPaymentModeModel
    extends ItemModel
    Generated model class for type SAPPaymentMode first defined at extension sapmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _SAPCONFIGPAYMENTRELATION

        public static final java.lang.String _SAPCONFIGPAYMENTRELATION
        Generated relation code constant for relation SapConfigPaymentRelation defining source attribute sapConfiguration in extension sapmodel.
        See Also:
        Constant Field Values
      • SAPCONFIGURATION

        public static final java.lang.String SAPCONFIGURATION
        Generated constant - Attribute key of SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • PAYMENTMODE

        public static final java.lang.String PAYMENTMODE
        Generated constant - Attribute key of SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • PAYMENTNAME

        public static final java.lang.String PAYMENTNAME
        Generated constant - Attribute key of SAPPaymentMode.paymentName attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • PAYMENTVALUE

        public static final java.lang.String PAYMENTVALUE
        Generated constant - Attribute key of SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPPaymentModeModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPPaymentModeModel​(PaymentModeModel _paymentMode,
                                   java.lang.String _paymentName,
                                   java.lang.String _paymentValue)
        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:
        _paymentMode - initial attribute declared by type SAPPaymentMode at extension sapmodel
        _paymentName - initial attribute declared by type SAPPaymentMode at extension sapmodel
        _paymentValue - initial attribute declared by type SAPPaymentMode at extension sapmodel
      • SAPPaymentModeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPPaymentModeModel​(ItemModel _owner,
                                   PaymentModeModel _paymentMode,
                                   java.lang.String _paymentName,
                                   java.lang.String _paymentValue,
                                   SAPConfigurationModel _sapConfiguration)
        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:
        _owner - initial attribute declared by type Item at extension core
        _paymentMode - initial attribute declared by type SAPPaymentMode at extension sapmodel
        _paymentName - initial attribute declared by type SAPPaymentMode at extension sapmodel
        _paymentValue - initial attribute declared by type SAPPaymentMode at extension sapmodel
        _sapConfiguration - initial attribute declared by type SAPPaymentMode at extension sapmodel
    • Method Detail

      • getPaymentMode

        @Accessor(qualifier="paymentMode",
                  type=GETTER)
        public PaymentModeModel getPaymentMode()
        Generated method - Getter of the SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
        Returns:
        the paymentMode
      • getPaymentName

        @Accessor(qualifier="paymentName",
                  type=GETTER)
        public java.lang.String getPaymentName()
        Generated method - Getter of the SAPPaymentMode.paymentName attribute defined at extension sapmodel.
        Returns:
        the paymentName
      • getPaymentValue

        @Accessor(qualifier="paymentValue",
                  type=GETTER)
        public java.lang.String getPaymentValue()
        Generated method - Getter of the SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
        Returns:
        the paymentValue
      • getSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=GETTER)
        public SAPConfigurationModel getSapConfiguration()
        Generated method - Getter of the SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel.
        Returns:
        the sapConfiguration
      • setPaymentMode

        @Accessor(qualifier="paymentMode",
                  type=SETTER)
        public void setPaymentMode​(PaymentModeModel value)
        Generated method - Setter of SAPPaymentMode.paymentMode attribute defined at extension sapmodel.
        Parameters:
        value - the paymentMode
      • setPaymentName

        @Accessor(qualifier="paymentName",
                  type=SETTER)
        public void setPaymentName​(java.lang.String value)
        Generated method - Setter of SAPPaymentMode.paymentName attribute defined at extension sapmodel.
        Parameters:
        value - the paymentName
      • setPaymentValue

        @Accessor(qualifier="paymentValue",
                  type=SETTER)
        public void setPaymentValue​(java.lang.String value)
        Generated method - Setter of SAPPaymentMode.paymentValue attribute defined at extension sapmodel.
        Parameters:
        value - the paymentValue
      • setSapConfiguration

        @Accessor(qualifier="sapConfiguration",
                  type=SETTER)
        public void setSapConfiguration​(SAPConfigurationModel value)
        Generated method - Initial setter of SAPPaymentMode.sapConfiguration attribute defined at extension sapmodel. Can only be used at creation of model - before first save.
        Parameters:
        value - the sapConfiguration