Class GeneratedOrderReturnRecordEntry

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

public abstract class GeneratedOrderReturnRecordEntry extends OrderModificationRecordEntry
Generated class for type OrderReturnRecordEntry.
See Also:
  • Field Details

    • RETURNSTATUS

      public static final String RETURNSTATUS
      Qualifier of the OrderReturnRecordEntry.returnStatus attribute
      See Also:
    • EXPECTEDQUANTITY

      public static final String EXPECTEDQUANTITY
      Qualifier of the OrderReturnRecordEntry.expectedQuantity attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedOrderReturnRecordEntry

      public GeneratedOrderReturnRecordEntry()
  • Method Details

    • getDefaultAttributeModes

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

      public Long getExpectedQuantity(SessionContext ctx)
      Generated method - Getter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Returns:
      the expectedQuantity
    • getExpectedQuantity

      public Long getExpectedQuantity()
      Generated method - Getter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Returns:
      the expectedQuantity
    • getExpectedQuantityAsPrimitive

      public long getExpectedQuantityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Returns:
      the expectedQuantity
    • getExpectedQuantityAsPrimitive

      public long getExpectedQuantityAsPrimitive()
      Generated method - Getter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Returns:
      the expectedQuantity
    • setExpectedQuantity

      public void setExpectedQuantity(SessionContext ctx, Long value)
      Generated method - Setter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Parameters:
      value - the expectedQuantity
    • setExpectedQuantity

      public void setExpectedQuantity(Long value)
      Generated method - Setter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Parameters:
      value - the expectedQuantity
    • setExpectedQuantity

      public void setExpectedQuantity(SessionContext ctx, long value)
      Generated method - Setter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Parameters:
      value - the expectedQuantity
    • setExpectedQuantity

      public void setExpectedQuantity(long value)
      Generated method - Setter of the OrderReturnRecordEntry.expectedQuantity attribute.
      Parameters:
      value - the expectedQuantity
    • getReturnStatus

      public EnumerationValue getReturnStatus(SessionContext ctx)
      Generated method - Getter of the OrderReturnRecordEntry.returnStatus attribute.
      Returns:
      the returnStatus
    • getReturnStatus

      public EnumerationValue getReturnStatus()
      Generated method - Getter of the OrderReturnRecordEntry.returnStatus attribute.
      Returns:
      the returnStatus
    • setReturnStatus

      public void setReturnStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the OrderReturnRecordEntry.returnStatus attribute.
      Parameters:
      value - the returnStatus
    • setReturnStatus

      public void setReturnStatus(EnumerationValue value)
      Generated method - Setter of the OrderReturnRecordEntry.returnStatus attribute.
      Parameters:
      value - the returnStatus