Class GeneratedOrderEntryReturnRecordEntry

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

public abstract class GeneratedOrderEntryReturnRecordEntry extends OrderEntryModificationRecordEntry
Generated class for type OrderEntryReturnRecordEntry.
See Also:
  • Field Details

    • EXPECTEDQUANTITY

      public static final String EXPECTEDQUANTITY
      Qualifier of the OrderEntryReturnRecordEntry.expectedQuantity attribute
      See Also:
    • RETURNEDQUANTITY

      public static final String RETURNEDQUANTITY
      Qualifier of the OrderEntryReturnRecordEntry.returnedQuantity attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedOrderEntryReturnRecordEntry

      public GeneratedOrderEntryReturnRecordEntry()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

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

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

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

      public Long getReturnedQuantity(SessionContext ctx)
      Generated method - Getter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Returns:
      the returnedQuantity
    • getReturnedQuantity

      public Long getReturnedQuantity()
      Generated method - Getter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Returns:
      the returnedQuantity
    • getReturnedQuantityAsPrimitive

      public long getReturnedQuantityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Returns:
      the returnedQuantity
    • getReturnedQuantityAsPrimitive

      public long getReturnedQuantityAsPrimitive()
      Generated method - Getter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Returns:
      the returnedQuantity
    • setReturnedQuantity

      public void setReturnedQuantity(SessionContext ctx, Long value)
      Generated method - Setter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Parameters:
      value - the returnedQuantity
    • setReturnedQuantity

      public void setReturnedQuantity(Long value)
      Generated method - Setter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Parameters:
      value - the returnedQuantity
    • setReturnedQuantity

      public void setReturnedQuantity(SessionContext ctx, long value)
      Generated method - Setter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Parameters:
      value - the returnedQuantity
    • setReturnedQuantity

      public void setReturnedQuantity(long value)
      Generated method - Setter of the OrderEntryReturnRecordEntry.returnedQuantity attribute.
      Parameters:
      value - the returnedQuantity