Class GeneratedPaymentMode

    • Field Detail

      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the PaymentMode.active attribute
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Qualifier of the PaymentMode.code attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the PaymentMode.description attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the PaymentMode.name attribute
        See Also:
        Constant Field Values
      • PAYMENTINFOTYPE

        public static final java.lang.String PAYMENTINFOTYPE
        Qualifier of the PaymentMode.paymentInfoType attribute
        See Also:
        Constant Field Values
      • SUPPORTEDDELIVERYMODES

        public static final java.lang.String SUPPORTEDDELIVERYMODES
        Qualifier of the PaymentMode.supportedDeliveryModes attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPaymentMode

        public GeneratedPaymentMode()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.active attribute.
        Returns:
        the active
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the PaymentMode.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the PaymentMode.active attribute.
        Returns:
        the active
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the PaymentMode.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the PaymentMode.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the PaymentMode.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the PaymentMode.active attribute.
        Parameters:
        value - the active
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the PaymentMode.code attribute.
        Returns:
        the code
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.description attribute.
        Returns:
        the description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the PaymentMode.description attribute.
        Returns:
        the description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.description attribute.
        Returns:
        the localized description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the PaymentMode.description attribute.
        Returns:
        the localized description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the PaymentMode.description attribute.
        Parameters:
        value - the description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the PaymentMode.description attribute.
        Parameters:
        value - the description
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the PaymentMode.description attribute.
        Parameters:
        value - the description
      • setAllDescription

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the PaymentMode.description attribute.
        Parameters:
        value - the description
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the PaymentMode.name attribute.
        Returns:
        the name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.name attribute.
        Returns:
        the localized name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the PaymentMode.name attribute.
        Returns:
        the localized name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the PaymentMode.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the PaymentMode.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the PaymentMode.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the PaymentMode.name attribute.
        Parameters:
        value - the name
      • getPaymentInfoType

        public ComposedType getPaymentInfoType​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.paymentInfoType attribute.
        Returns:
        the paymentInfoType
      • getPaymentInfoType

        public ComposedType getPaymentInfoType()
        Generated method - Getter of the PaymentMode.paymentInfoType attribute.
        Returns:
        the paymentInfoType
      • setPaymentInfoType

        public void setPaymentInfoType​(SessionContext ctx,
                                       ComposedType value)
        Generated method - Setter of the PaymentMode.paymentInfoType attribute.
        Parameters:
        value - the paymentInfoType
      • setPaymentInfoType

        public void setPaymentInfoType​(ComposedType value)
        Generated method - Setter of the PaymentMode.paymentInfoType attribute.
        Parameters:
        value - the paymentInfoType
      • getSupportedDeliveryModes

        public abstract java.util.Collection<DeliveryMode> getSupportedDeliveryModes​(SessionContext ctx)
        Generated method - Getter of the PaymentMode.supportedDeliveryModes attribute.
        Returns:
        the supportedDeliveryModes
      • getSupportedDeliveryModes

        public java.util.Collection<DeliveryMode> getSupportedDeliveryModes()
        Generated method - Getter of the PaymentMode.supportedDeliveryModes attribute.
        Returns:
        the supportedDeliveryModes