Class GeneratedB2BBookingLineEntry

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

public abstract class GeneratedB2BBookingLineEntry extends GenericItem
Generated class for type B2BBookingLineEntry.
See Also:
  • Field Details

    • BOOKINGSTATUS

      public static final String BOOKINGSTATUS
      Qualifier of the B2BBookingLineEntry.bookingStatus attribute
      See Also:
    • COSTCENTER

      public static final String COSTCENTER
      Qualifier of the B2BBookingLineEntry.costCenter attribute
      See Also:
    • AMOUNT

      public static final String AMOUNT
      Qualifier of the B2BBookingLineEntry.amount attribute
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Qualifier of the B2BBookingLineEntry.currency attribute
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Qualifier of the B2BBookingLineEntry.product attribute
      See Also:
    • QUANTITY

      public static final String QUANTITY
      Qualifier of the B2BBookingLineEntry.quantity attribute
      See Also:
    • ORDERID

      public static final String ORDERID
      Qualifier of the B2BBookingLineEntry.orderID attribute
      See Also:
    • ORDERENTRYNR

      public static final String ORDERENTRYNR
      Qualifier of the B2BBookingLineEntry.orderEntryNr attribute
      See Also:
    • ORDERENTRY

      public static final String ORDERENTRY
      Qualifier of the B2BBookingLineEntry.orderEntry attribute
      See Also:
    • BOOKINGDATE

      public static final String BOOKINGDATE
      Qualifier of the B2BBookingLineEntry.bookingDate attribute
      See Also:
    • BOOKINGTYPE

      public static final String BOOKINGTYPE
      Qualifier of the B2BBookingLineEntry.bookingType attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedB2BBookingLineEntry

      public GeneratedB2BBookingLineEntry()
  • Method Details

    • getDefaultAttributeModes

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

      public BigDecimal getAmount(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.amount attribute.
      Returns:
      the amount
    • getAmount

      public BigDecimal getAmount()
      Generated method - Getter of the B2BBookingLineEntry.amount attribute.
      Returns:
      the amount
    • setAmount

      public void setAmount(SessionContext ctx, BigDecimal value)
      Generated method - Setter of the B2BBookingLineEntry.amount attribute.
      Parameters:
      value - the amount
    • setAmount

      public void setAmount(BigDecimal value)
      Generated method - Setter of the B2BBookingLineEntry.amount attribute.
      Parameters:
      value - the amount
    • getBookingDate

      public Date getBookingDate(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.bookingDate attribute.
      Returns:
      the bookingDate
    • getBookingDate

      public Date getBookingDate()
      Generated method - Getter of the B2BBookingLineEntry.bookingDate attribute.
      Returns:
      the bookingDate
    • setBookingDate

      public void setBookingDate(SessionContext ctx, Date value)
      Generated method - Setter of the B2BBookingLineEntry.bookingDate attribute.
      Parameters:
      value - the bookingDate
    • setBookingDate

      public void setBookingDate(Date value)
      Generated method - Setter of the B2BBookingLineEntry.bookingDate attribute.
      Parameters:
      value - the bookingDate
    • getBookingStatus

      public EnumerationValue getBookingStatus(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.bookingStatus attribute.
      Returns:
      the bookingStatus
    • getBookingStatus

      public EnumerationValue getBookingStatus()
      Generated method - Getter of the B2BBookingLineEntry.bookingStatus attribute.
      Returns:
      the bookingStatus
    • setBookingStatus

      public void setBookingStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the B2BBookingLineEntry.bookingStatus attribute.
      Parameters:
      value - the bookingStatus
    • setBookingStatus

      public void setBookingStatus(EnumerationValue value)
      Generated method - Setter of the B2BBookingLineEntry.bookingStatus attribute.
      Parameters:
      value - the bookingStatus
    • getBookingType

      public EnumerationValue getBookingType(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.bookingType attribute.
      Returns:
      the bookingType
    • getBookingType

      public EnumerationValue getBookingType()
      Generated method - Getter of the B2BBookingLineEntry.bookingType attribute.
      Returns:
      the bookingType
    • setBookingType

      public void setBookingType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the B2BBookingLineEntry.bookingType attribute.
      Parameters:
      value - the bookingType
    • setBookingType

      public void setBookingType(EnumerationValue value)
      Generated method - Setter of the B2BBookingLineEntry.bookingType attribute.
      Parameters:
      value - the bookingType
    • getCostCenter

      public B2BCostCenter getCostCenter(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.costCenter attribute.
      Returns:
      the costCenter
    • getCostCenter

      public B2BCostCenter getCostCenter()
      Generated method - Getter of the B2BBookingLineEntry.costCenter attribute.
      Returns:
      the costCenter
    • setCostCenter

      public void setCostCenter(SessionContext ctx, B2BCostCenter value)
      Generated method - Setter of the B2BBookingLineEntry.costCenter attribute.
      Parameters:
      value - the costCenter
    • setCostCenter

      public void setCostCenter(B2BCostCenter value)
      Generated method - Setter of the B2BBookingLineEntry.costCenter attribute.
      Parameters:
      value - the costCenter
    • getCurrency

      public Currency getCurrency(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.currency attribute.
      Returns:
      the currency
    • getCurrency

      public Currency getCurrency()
      Generated method - Getter of the B2BBookingLineEntry.currency attribute.
      Returns:
      the currency
    • setCurrency

      public void setCurrency(SessionContext ctx, Currency value)
      Generated method - Setter of the B2BBookingLineEntry.currency attribute.
      Parameters:
      value - the currency
    • setCurrency

      public void setCurrency(Currency value)
      Generated method - Setter of the B2BBookingLineEntry.currency attribute.
      Parameters:
      value - the currency
    • getOrderEntry

      public OrderEntry getOrderEntry(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.orderEntry attribute.
      Returns:
      the orderEntry
    • getOrderEntry

      public OrderEntry getOrderEntry()
      Generated method - Getter of the B2BBookingLineEntry.orderEntry attribute.
      Returns:
      the orderEntry
    • setOrderEntry

      public void setOrderEntry(SessionContext ctx, OrderEntry value)
      Generated method - Setter of the B2BBookingLineEntry.orderEntry attribute.
      Parameters:
      value - the orderEntry
    • setOrderEntry

      public void setOrderEntry(OrderEntry value)
      Generated method - Setter of the B2BBookingLineEntry.orderEntry attribute.
      Parameters:
      value - the orderEntry
    • getOrderEntryNr

      public Integer getOrderEntryNr(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.orderEntryNr attribute.
      Returns:
      the orderEntryNr
    • getOrderEntryNr

      public Integer getOrderEntryNr()
      Generated method - Getter of the B2BBookingLineEntry.orderEntryNr attribute.
      Returns:
      the orderEntryNr
    • getOrderEntryNrAsPrimitive

      public int getOrderEntryNrAsPrimitive(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.orderEntryNr attribute.
      Returns:
      the orderEntryNr
    • getOrderEntryNrAsPrimitive

      public int getOrderEntryNrAsPrimitive()
      Generated method - Getter of the B2BBookingLineEntry.orderEntryNr attribute.
      Returns:
      the orderEntryNr
    • setOrderEntryNr

      public void setOrderEntryNr(SessionContext ctx, Integer value)
      Generated method - Setter of the B2BBookingLineEntry.orderEntryNr attribute.
      Parameters:
      value - the orderEntryNr
    • setOrderEntryNr

      public void setOrderEntryNr(Integer value)
      Generated method - Setter of the B2BBookingLineEntry.orderEntryNr attribute.
      Parameters:
      value - the orderEntryNr
    • setOrderEntryNr

      public void setOrderEntryNr(SessionContext ctx, int value)
      Generated method - Setter of the B2BBookingLineEntry.orderEntryNr attribute.
      Parameters:
      value - the orderEntryNr
    • setOrderEntryNr

      public void setOrderEntryNr(int value)
      Generated method - Setter of the B2BBookingLineEntry.orderEntryNr attribute.
      Parameters:
      value - the orderEntryNr
    • getOrderID

      public String getOrderID(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.orderID attribute.
      Returns:
      the orderID
    • getOrderID

      public String getOrderID()
      Generated method - Getter of the B2BBookingLineEntry.orderID attribute.
      Returns:
      the orderID
    • setOrderID

      public void setOrderID(SessionContext ctx, String value)
      Generated method - Setter of the B2BBookingLineEntry.orderID attribute.
      Parameters:
      value - the orderID
    • setOrderID

      public void setOrderID(String value)
      Generated method - Setter of the B2BBookingLineEntry.orderID attribute.
      Parameters:
      value - the orderID
    • getProduct

      public String getProduct(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.product attribute.
      Returns:
      the product
    • getProduct

      public String getProduct()
      Generated method - Getter of the B2BBookingLineEntry.product attribute.
      Returns:
      the product
    • setProduct

      public void setProduct(SessionContext ctx, String value)
      Generated method - Setter of the B2BBookingLineEntry.product attribute.
      Parameters:
      value - the product
    • setProduct

      public void setProduct(String value)
      Generated method - Setter of the B2BBookingLineEntry.product attribute.
      Parameters:
      value - the product
    • getQuantity

      public Long getQuantity(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.quantity attribute.
      Returns:
      the quantity
    • getQuantity

      public Long getQuantity()
      Generated method - Getter of the B2BBookingLineEntry.quantity attribute.
      Returns:
      the quantity
    • getQuantityAsPrimitive

      public long getQuantityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the B2BBookingLineEntry.quantity attribute.
      Returns:
      the quantity
    • getQuantityAsPrimitive

      public long getQuantityAsPrimitive()
      Generated method - Getter of the B2BBookingLineEntry.quantity attribute.
      Returns:
      the quantity
    • setQuantity

      public void setQuantity(SessionContext ctx, Long value)
      Generated method - Setter of the B2BBookingLineEntry.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

      public void setQuantity(Long value)
      Generated method - Setter of the B2BBookingLineEntry.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

      public void setQuantity(SessionContext ctx, long value)
      Generated method - Setter of the B2BBookingLineEntry.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

      public void setQuantity(long value)
      Generated method - Setter of the B2BBookingLineEntry.quantity attribute.
      Parameters:
      value - the quantity