Class GeneratedReturnOrder

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

public abstract class GeneratedReturnOrder extends Order
Generated class for type ReturnOrder.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedReturnOrder

      public GeneratedReturnOrder()
  • Method Details

    • getDefaultAttributeModes

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

      public EnumerationValue getFulfilmentStatus(SessionContext ctx)
      Generated method - Getter of the ReturnOrder.fulfilmentStatus attribute.
      Returns:
      the fulfilmentStatus
    • getFulfilmentStatus

      public EnumerationValue getFulfilmentStatus()
      Generated method - Getter of the ReturnOrder.fulfilmentStatus attribute.
      Returns:
      the fulfilmentStatus
    • setFulfilmentStatus

      public void setFulfilmentStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the ReturnOrder.fulfilmentStatus attribute.
      Parameters:
      value - the fulfilmentStatus
    • setFulfilmentStatus

      public void setFulfilmentStatus(EnumerationValue value)
      Generated method - Setter of the ReturnOrder.fulfilmentStatus attribute.
      Parameters:
      value - the fulfilmentStatus
    • getNotes

      public String getNotes(SessionContext ctx)
      Generated method - Getter of the ReturnOrder.notes attribute.
      Returns:
      the notes
    • getNotes

      public String getNotes()
      Generated method - Getter of the ReturnOrder.notes attribute.
      Returns:
      the notes
    • setNotes

      public void setNotes(SessionContext ctx, String value)
      Generated method - Setter of the ReturnOrder.notes attribute.
      Parameters:
      value - the notes
    • setNotes

      public void setNotes(String value)
      Generated method - Setter of the ReturnOrder.notes attribute.
      Parameters:
      value - the notes