public class B2BBookingLineEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AMOUNT
Generated constant - Attribute key of
B2BBookingLineEntry.amount attribute defined at extension b2bcommerce. |
static java.lang.String |
BOOKINGDATE
Generated constant - Attribute key of
B2BBookingLineEntry.bookingDate attribute defined at extension b2bcommerce. |
static java.lang.String |
BOOKINGSTATUS
Generated constant - Attribute key of
B2BBookingLineEntry.bookingStatus attribute defined at extension b2bcommerce. |
static java.lang.String |
BOOKINGTYPE
Generated constant - Attribute key of
B2BBookingLineEntry.bookingType attribute defined at extension b2bcommerce. |
static java.lang.String |
COSTCENTER
Generated constant - Attribute key of
B2BBookingLineEntry.costCenter attribute defined at extension b2bcommerce. |
static java.lang.String |
CURRENCY
Generated constant - Attribute key of
B2BBookingLineEntry.currency attribute defined at extension b2bcommerce. |
static java.lang.String |
ORDERENTRY
Generated constant - Attribute key of
B2BBookingLineEntry.orderEntry attribute defined at extension b2bcommerce. |
static java.lang.String |
ORDERENTRYNR
Generated constant - Attribute key of
B2BBookingLineEntry.orderEntryNr attribute defined at extension b2bcommerce. |
static java.lang.String |
ORDERID
Generated constant - Attribute key of
B2BBookingLineEntry.orderID attribute defined at extension b2bcommerce. |
static java.lang.String |
PRODUCT
Generated constant - Attribute key of
B2BBookingLineEntry.product attribute defined at extension b2bcommerce. |
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
B2BBookingLineEntry.quantity attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BBookingLineEntryModel()
Generated constructor - Default constructor for generic creation.
|
B2BBookingLineEntryModel(java.math.BigDecimal _amount,
java.util.Date _bookingDate,
B2BBookingLineStatus _bookingStatus,
B2BCostCenterModel _costCenter,
CurrencyModel _currency,
ItemModel _owner,
java.lang.String _product,
java.lang.Long _quantity)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BBookingLineEntryModel(java.math.BigDecimal _amount,
java.util.Date _bookingDate,
B2BBookingLineStatus _bookingStatus,
B2BCostCenterModel _costCenter,
CurrencyModel _currency,
java.lang.String _product,
java.lang.Long _quantity)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BBookingLineEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
Generated method - Getter of the
B2BBookingLineEntry.amount attribute defined at extension b2bcommerce. |
java.util.Date |
getBookingDate()
Generated method - Getter of the
B2BBookingLineEntry.bookingDate attribute defined at extension b2bcommerce. |
B2BBookingLineStatus |
getBookingStatus()
Generated method - Getter of the
B2BBookingLineEntry.bookingStatus attribute defined at extension b2bcommerce. |
BookingType |
getBookingType()
Generated method - Getter of the
B2BBookingLineEntry.bookingType attribute defined at extension b2bcommerce. |
B2BCostCenterModel |
getCostCenter()
Generated method - Getter of the
B2BBookingLineEntry.costCenter attribute defined at extension b2bcommerce. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
B2BBookingLineEntry.currency attribute defined at extension b2bcommerce. |
OrderEntryModel |
getOrderEntry()
Generated method - Getter of the
B2BBookingLineEntry.orderEntry attribute defined at extension b2bcommerce. |
java.lang.Integer |
getOrderEntryNr()
Generated method - Getter of the
B2BBookingLineEntry.orderEntryNr attribute defined at extension b2bcommerce. |
java.lang.String |
getOrderID()
Generated method - Getter of the
B2BBookingLineEntry.orderID attribute defined at extension b2bcommerce. |
java.lang.String |
getProduct()
Generated method - Getter of the
B2BBookingLineEntry.product attribute defined at extension b2bcommerce. |
java.lang.Long |
getQuantity()
Generated method - Getter of the
B2BBookingLineEntry.quantity attribute defined at extension b2bcommerce. |
void |
setAmount(java.math.BigDecimal value)
Generated method - Setter of
B2BBookingLineEntry.amount attribute defined at extension b2bcommerce. |
void |
setBookingDate(java.util.Date value)
Generated method - Setter of
B2BBookingLineEntry.bookingDate attribute defined at extension b2bcommerce. |
void |
setBookingStatus(B2BBookingLineStatus value)
Generated method - Setter of
B2BBookingLineEntry.bookingStatus attribute defined at extension b2bcommerce. |
void |
setBookingType(BookingType value)
Generated method - Setter of
B2BBookingLineEntry.bookingType attribute defined at extension b2bcommerce. |
void |
setCostCenter(B2BCostCenterModel value)
Generated method - Setter of
B2BBookingLineEntry.costCenter attribute defined at extension b2bcommerce. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
B2BBookingLineEntry.currency attribute defined at extension b2bcommerce. |
void |
setOrderEntry(OrderEntryModel value)
Generated method - Setter of
B2BBookingLineEntry.orderEntry attribute defined at extension b2bcommerce. |
void |
setOrderEntryNr(java.lang.Integer value)
Generated method - Setter of
B2BBookingLineEntry.orderEntryNr attribute defined at extension b2bcommerce. |
void |
setOrderID(java.lang.String value)
Generated method - Setter of
B2BBookingLineEntry.orderID attribute defined at extension b2bcommerce. |
void |
setProduct(java.lang.String value)
Generated method - Setter of
B2BBookingLineEntry.product attribute defined at extension b2bcommerce. |
void |
setQuantity(java.lang.Long value)
Generated method - Setter of
B2BBookingLineEntry.quantity attribute defined at extension b2bcommerce. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String BOOKINGSTATUS
B2BBookingLineEntry.bookingStatus attribute defined at extension b2bcommerce.public static final java.lang.String COSTCENTER
B2BBookingLineEntry.costCenter attribute defined at extension b2bcommerce.public static final java.lang.String AMOUNT
B2BBookingLineEntry.amount attribute defined at extension b2bcommerce.public static final java.lang.String CURRENCY
B2BBookingLineEntry.currency attribute defined at extension b2bcommerce.public static final java.lang.String PRODUCT
B2BBookingLineEntry.product attribute defined at extension b2bcommerce.public static final java.lang.String QUANTITY
B2BBookingLineEntry.quantity attribute defined at extension b2bcommerce.public static final java.lang.String ORDERID
B2BBookingLineEntry.orderID attribute defined at extension b2bcommerce.public static final java.lang.String ORDERENTRYNR
B2BBookingLineEntry.orderEntryNr attribute defined at extension b2bcommerce.public static final java.lang.String ORDERENTRY
B2BBookingLineEntry.orderEntry attribute defined at extension b2bcommerce.public static final java.lang.String BOOKINGDATE
B2BBookingLineEntry.bookingDate attribute defined at extension b2bcommerce.public static final java.lang.String BOOKINGTYPE
B2BBookingLineEntry.bookingType attribute defined at extension b2bcommerce.public B2BBookingLineEntryModel()
public B2BBookingLineEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public B2BBookingLineEntryModel(java.math.BigDecimal _amount,
java.util.Date _bookingDate,
B2BBookingLineStatus _bookingStatus,
B2BCostCenterModel _costCenter,
CurrencyModel _currency,
java.lang.String _product,
java.lang.Long _quantity)
_amount - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_bookingDate - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_bookingStatus - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_costCenter - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_currency - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_product - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_quantity - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce@Deprecated
public B2BBookingLineEntryModel(java.math.BigDecimal _amount,
java.util.Date _bookingDate,
B2BBookingLineStatus _bookingStatus,
B2BCostCenterModel _costCenter,
CurrencyModel _currency,
ItemModel _owner,
java.lang.String _product,
java.lang.Long _quantity)
_amount - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_bookingDate - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_bookingStatus - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_costCenter - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_currency - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_owner - initial attribute declared by type Item at extension core_product - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce_quantity - initial attribute declared by type B2BBookingLineEntry at extension b2bcommerce@Accessor(qualifier="amount", type=GETTER) public java.math.BigDecimal getAmount()
B2BBookingLineEntry.amount attribute defined at extension b2bcommerce.@Accessor(qualifier="bookingDate", type=GETTER) public java.util.Date getBookingDate()
B2BBookingLineEntry.bookingDate attribute defined at extension b2bcommerce.@Accessor(qualifier="bookingStatus", type=GETTER) public B2BBookingLineStatus getBookingStatus()
B2BBookingLineEntry.bookingStatus attribute defined at extension b2bcommerce.@Accessor(qualifier="bookingType", type=GETTER) public BookingType getBookingType()
B2BBookingLineEntry.bookingType attribute defined at extension b2bcommerce.@Accessor(qualifier="costCenter", type=GETTER) public B2BCostCenterModel getCostCenter()
B2BBookingLineEntry.costCenter attribute defined at extension b2bcommerce.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
B2BBookingLineEntry.currency attribute defined at extension b2bcommerce.@Accessor(qualifier="orderEntry", type=GETTER) public OrderEntryModel getOrderEntry()
B2BBookingLineEntry.orderEntry attribute defined at extension b2bcommerce.@Accessor(qualifier="orderEntryNr", type=GETTER) public java.lang.Integer getOrderEntryNr()
B2BBookingLineEntry.orderEntryNr attribute defined at extension b2bcommerce.@Accessor(qualifier="orderID", type=GETTER) public java.lang.String getOrderID()
B2BBookingLineEntry.orderID attribute defined at extension b2bcommerce.@Accessor(qualifier="product", type=GETTER) public java.lang.String getProduct()
B2BBookingLineEntry.product attribute defined at extension b2bcommerce.@Accessor(qualifier="quantity", type=GETTER) public java.lang.Long getQuantity()
B2BBookingLineEntry.quantity attribute defined at extension b2bcommerce.@Accessor(qualifier="amount", type=SETTER) public void setAmount(java.math.BigDecimal value)
B2BBookingLineEntry.amount attribute defined at extension b2bcommerce.value - the amount@Accessor(qualifier="bookingDate", type=SETTER) public void setBookingDate(java.util.Date value)
B2BBookingLineEntry.bookingDate attribute defined at extension b2bcommerce.value - the bookingDate@Accessor(qualifier="bookingStatus", type=SETTER) public void setBookingStatus(B2BBookingLineStatus value)
B2BBookingLineEntry.bookingStatus attribute defined at extension b2bcommerce.value - the bookingStatus@Accessor(qualifier="bookingType", type=SETTER) public void setBookingType(BookingType value)
B2BBookingLineEntry.bookingType attribute defined at extension b2bcommerce.value - the bookingType@Accessor(qualifier="costCenter", type=SETTER) public void setCostCenter(B2BCostCenterModel value)
B2BBookingLineEntry.costCenter attribute defined at extension b2bcommerce.value - the costCenter@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
B2BBookingLineEntry.currency attribute defined at extension b2bcommerce.value - the currency@Accessor(qualifier="orderEntry", type=SETTER) public void setOrderEntry(OrderEntryModel value)
B2BBookingLineEntry.orderEntry attribute defined at extension b2bcommerce.value - the orderEntry@Accessor(qualifier="orderEntryNr", type=SETTER) public void setOrderEntryNr(java.lang.Integer value)
B2BBookingLineEntry.orderEntryNr attribute defined at extension b2bcommerce.value - the orderEntryNr@Accessor(qualifier="orderID", type=SETTER) public void setOrderID(java.lang.String value)
B2BBookingLineEntry.orderID attribute defined at extension b2bcommerce.value - the orderID@Accessor(qualifier="product", type=SETTER) public void setProduct(java.lang.String value)
B2BBookingLineEntry.product attribute defined at extension b2bcommerce.value - the productCopyright © 2018 SAP SE. All Rights Reserved.