Class GeneratedOrderForm

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
OrderForm

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

  • Constructor Details

    • GeneratedOrderForm

      public GeneratedOrderForm()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

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

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

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

      public void setCode(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 String getDescription(SessionContext ctx)
      Generated method - Getter of the OrderForm.description attribute.
      Returns:
      the description
    • getDescription

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

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

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

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

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

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

      public void setEntries(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