Class GeneratedReturnOrder

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

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

      • FULFILMENTSTATUS

        public static final java.lang.String FULFILMENTSTATUS
        Qualifier of the ReturnOrder.fulfilmentStatus attribute
        See Also:
        Constant Field Values
      • NOTES

        public static final java.lang.String NOTES
        Qualifier of the ReturnOrder.notes 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

      • GeneratedReturnOrder

        public GeneratedReturnOrder()
    • Method Detail

      • 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 java.lang.String getNotes​(SessionContext ctx)
        Generated method - Getter of the ReturnOrder.notes attribute.
        Returns:
        the notes
      • getNotes

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

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

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