Package de.hybris.platform.b2b.model
Class B2BBookingLineEntryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2b.model.B2BBookingLineEntryModel
- All Implemented Interfaces:
Serializable
Generated model class for type B2BBookingLineEntry first defined at extension b2bcommerce.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.amountattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.bookingDateattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.bookingStatusattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.bookingTypeattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.costCenterattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.currencyattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.orderEntryattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.orderEntryNrattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.orderIDattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.productattribute defined at extensionb2bcommerce.static final StringGenerated constant - Attribute key ofB2BBookingLineEntry.quantityattribute defined at extensionb2bcommerce.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextB2BBookingLineEntryModel(BigDecimal _amount, Date _bookingDate, B2BBookingLineStatus _bookingStatus, B2BCostCenterModel _costCenter, CurrencyModel _currency, ItemModel _owner, String _product, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBookingLineEntryModel(BigDecimal _amount, Date _bookingDate, B2BBookingLineStatus _bookingStatus, B2BCostCenterModel _costCenter, CurrencyModel _currency, String _product, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theB2BBookingLineEntry.amountattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.bookingDateattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.bookingStatusattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.bookingTypeattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.costCenterattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.currencyattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.orderEntryattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.orderEntryNrattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.orderIDattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.productattribute defined at extensionb2bcommerce.Generated method - Getter of theB2BBookingLineEntry.quantityattribute defined at extensionb2bcommerce.voidsetAmount(BigDecimal value) Generated method - Setter ofB2BBookingLineEntry.amountattribute defined at extensionb2bcommerce.voidsetBookingDate(Date value) Generated method - Setter ofB2BBookingLineEntry.bookingDateattribute defined at extensionb2bcommerce.voidGenerated method - Setter ofB2BBookingLineEntry.bookingStatusattribute defined at extensionb2bcommerce.voidsetBookingType(BookingType value) Generated method - Setter ofB2BBookingLineEntry.bookingTypeattribute defined at extensionb2bcommerce.voidsetCostCenter(B2BCostCenterModel value) Generated method - Setter ofB2BBookingLineEntry.costCenterattribute defined at extensionb2bcommerce.voidsetCurrency(CurrencyModel value) Generated method - Setter ofB2BBookingLineEntry.currencyattribute defined at extensionb2bcommerce.voidsetOrderEntry(OrderEntryModel value) Generated method - Setter ofB2BBookingLineEntry.orderEntryattribute defined at extensionb2bcommerce.voidsetOrderEntryNr(Integer value) Generated method - Setter ofB2BBookingLineEntry.orderEntryNrattribute defined at extensionb2bcommerce.voidsetOrderID(String value) Generated method - Setter ofB2BBookingLineEntry.orderIDattribute defined at extensionb2bcommerce.voidsetProduct(String value) Generated method - Setter ofB2BBookingLineEntry.productattribute defined at extensionb2bcommerce.voidsetQuantity(Long value) Generated method - Setter ofB2BBookingLineEntry.quantityattribute defined at extensionb2bcommerce.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
BOOKINGSTATUS
Generated constant - Attribute key ofB2BBookingLineEntry.bookingStatusattribute defined at extensionb2bcommerce.- See Also:
-
COSTCENTER
Generated constant - Attribute key ofB2BBookingLineEntry.costCenterattribute defined at extensionb2bcommerce.- See Also:
-
AMOUNT
Generated constant - Attribute key ofB2BBookingLineEntry.amountattribute defined at extensionb2bcommerce.- See Also:
-
CURRENCY
Generated constant - Attribute key ofB2BBookingLineEntry.currencyattribute defined at extensionb2bcommerce.- See Also:
-
PRODUCT
Generated constant - Attribute key ofB2BBookingLineEntry.productattribute defined at extensionb2bcommerce.- See Also:
-
QUANTITY
Generated constant - Attribute key ofB2BBookingLineEntry.quantityattribute defined at extensionb2bcommerce.- See Also:
-
ORDERID
Generated constant - Attribute key ofB2BBookingLineEntry.orderIDattribute defined at extensionb2bcommerce.- See Also:
-
ORDERENTRYNR
Generated constant - Attribute key ofB2BBookingLineEntry.orderEntryNrattribute defined at extensionb2bcommerce.- See Also:
-
ORDERENTRY
Generated constant - Attribute key ofB2BBookingLineEntry.orderEntryattribute defined at extensionb2bcommerce.- See Also:
-
BOOKINGDATE
Generated constant - Attribute key ofB2BBookingLineEntry.bookingDateattribute defined at extensionb2bcommerce.- See Also:
-
BOOKINGTYPE
Generated constant - Attribute key ofB2BBookingLineEntry.bookingTypeattribute defined at extensionb2bcommerce.- See Also:
-
-
Constructor Details
-
B2BBookingLineEntryModel
public B2BBookingLineEntryModel()Generated constructor - Default constructor for generic creation. -
B2BBookingLineEntryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
B2BBookingLineEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public B2BBookingLineEntryModel(BigDecimal _amount, Date _bookingDate, B2BBookingLineStatus _bookingStatus, B2BCostCenterModel _costCenter, CurrencyModel _currency, String _product, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_amount- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_bookingDate- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_bookingStatus- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_costCenter- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_currency- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_product- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_quantity- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce
-
B2BBookingLineEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public B2BBookingLineEntryModel(BigDecimal _amount, Date _bookingDate, B2BBookingLineStatus _bookingStatus, B2BCostCenterModel _costCenter, CurrencyModel _currency, ItemModel _owner, String _product, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_amount- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_bookingDate- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_bookingStatus- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_costCenter- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_currency- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_owner- initial attribute declared by typeItemat extensioncore_product- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce_quantity- initial attribute declared by typeB2BBookingLineEntryat extensionb2bcommerce
-
-
Method Details
-
getAmount
Generated method - Getter of theB2BBookingLineEntry.amountattribute defined at extensionb2bcommerce.- Returns:
- the amount
-
getBookingDate
Generated method - Getter of theB2BBookingLineEntry.bookingDateattribute defined at extensionb2bcommerce.- Returns:
- the bookingDate
-
getBookingStatus
Generated method - Getter of theB2BBookingLineEntry.bookingStatusattribute defined at extensionb2bcommerce.- Returns:
- the bookingStatus
-
getBookingType
Generated method - Getter of theB2BBookingLineEntry.bookingTypeattribute defined at extensionb2bcommerce.- Returns:
- the bookingType
-
getCostCenter
Generated method - Getter of theB2BBookingLineEntry.costCenterattribute defined at extensionb2bcommerce.- Returns:
- the costCenter
-
getCurrency
Generated method - Getter of theB2BBookingLineEntry.currencyattribute defined at extensionb2bcommerce.- Returns:
- the currency
-
getOrderEntry
Generated method - Getter of theB2BBookingLineEntry.orderEntryattribute defined at extensionb2bcommerce.- Returns:
- the orderEntry
-
getOrderEntryNr
Generated method - Getter of theB2BBookingLineEntry.orderEntryNrattribute defined at extensionb2bcommerce.- Returns:
- the orderEntryNr
-
getOrderID
Generated method - Getter of theB2BBookingLineEntry.orderIDattribute defined at extensionb2bcommerce.- Returns:
- the orderID
-
getProduct
Generated method - Getter of theB2BBookingLineEntry.productattribute defined at extensionb2bcommerce.- Returns:
- the product
-
getQuantity
Generated method - Getter of theB2BBookingLineEntry.quantityattribute defined at extensionb2bcommerce.- Returns:
- the quantity
-
setAmount
Generated method - Setter ofB2BBookingLineEntry.amountattribute defined at extensionb2bcommerce.- Parameters:
value- the amount
-
setBookingDate
Generated method - Setter ofB2BBookingLineEntry.bookingDateattribute defined at extensionb2bcommerce.- Parameters:
value- the bookingDate
-
setBookingStatus
@Accessor(qualifier="bookingStatus", type=SETTER) public void setBookingStatus(B2BBookingLineStatus value) Generated method - Setter ofB2BBookingLineEntry.bookingStatusattribute defined at extensionb2bcommerce.- Parameters:
value- the bookingStatus
-
setBookingType
Generated method - Setter ofB2BBookingLineEntry.bookingTypeattribute defined at extensionb2bcommerce.- Parameters:
value- the bookingType
-
setCostCenter
Generated method - Setter ofB2BBookingLineEntry.costCenterattribute defined at extensionb2bcommerce.- Parameters:
value- the costCenter
-
setCurrency
Generated method - Setter ofB2BBookingLineEntry.currencyattribute defined at extensionb2bcommerce.- Parameters:
value- the currency
-
setOrderEntry
Generated method - Setter ofB2BBookingLineEntry.orderEntryattribute defined at extensionb2bcommerce.- Parameters:
value- the orderEntry
-
setOrderEntryNr
Generated method - Setter ofB2BBookingLineEntry.orderEntryNrattribute defined at extensionb2bcommerce.- Parameters:
value- the orderEntryNr
-
setOrderID
Generated method - Setter ofB2BBookingLineEntry.orderIDattribute defined at extensionb2bcommerce.- Parameters:
value- the orderID
-
setProduct
Generated method - Setter ofB2BBookingLineEntry.productattribute defined at extensionb2bcommerce.- Parameters:
value- the product
-
setQuantity
Generated method - Setter ofB2BBookingLineEntry.quantityattribute defined at extensionb2bcommerce.- Parameters:
value- the quantity
-