Class GeneratedOrderForm

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    OrderForm

    public abstract class GeneratedOrderForm
    extends GenericItem
    Generated class for type OrderForm.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

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

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

        public static final java.lang.String USER
        Qualifier of the OrderForm.user attribute
        See Also:
        Constant Field Values
      • ENTRIES

        public static final java.lang.String ENTRIES
        Qualifier of the OrderForm.entries attribute
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Qualifier of the OrderForm.currency 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

      • GeneratedOrderForm

        public GeneratedOrderForm()
    • Method Detail

      • getCode

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

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

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the OrderForm.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the OrderForm.code attribute.
        Parameters:
        value - the code
      • getCurrency

        public Currency getCurrency​(SessionContext ctx)
        Generated method - Getter of the OrderForm.currency attribute.
        Returns:
        the currency
      • getCurrency

        public Currency getCurrency()
        Generated method - Getter of the OrderForm.currency attribute.
        Returns:
        the currency
      • setCurrency

        public void setCurrency​(SessionContext ctx,
                                Currency value)
        Generated method - Setter of the OrderForm.currency attribute.
        Parameters:
        value - the currency
      • setCurrency

        public void setCurrency​(Currency value)
        Generated method - Setter of the OrderForm.currency attribute.
        Parameters:
        value - the currency
      • getDescription

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

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

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

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

        public java.util.List<OrderFormEntry> getEntries​(SessionContext ctx)
        Generated method - Getter of the OrderForm.entries attribute.
        Returns:
        the entries
      • getEntries

        public java.util.List<OrderFormEntry> getEntries()
        Generated method - Getter of the OrderForm.entries attribute.
        Returns:
        the entries
      • setEntries

        public void setEntries​(SessionContext ctx,
                               java.util.List<OrderFormEntry> value)
        Generated method - Setter of the OrderForm.entries attribute.
        Parameters:
        value - the entries
      • setEntries

        public void setEntries​(java.util.List<OrderFormEntry> value)
        Generated method - Setter of the OrderForm.entries attribute.
        Parameters:
        value - the entries
      • getUser

        public User getUser​(SessionContext ctx)
        Generated method - Getter of the OrderForm.user attribute.
        Returns:
        the user
      • getUser

        public User getUser()
        Generated method - Getter of the OrderForm.user attribute.
        Returns:
        the user
      • setUser

        public void setUser​(SessionContext ctx,
                            User value)
        Generated method - Setter of the OrderForm.user attribute.
        Parameters:
        value - the user
      • setUser

        public void setUser​(User value)
        Generated method - Setter of the OrderForm.user attribute.
        Parameters:
        value - the user