Package de.hybris.platform.b2b.jalo
Class GeneratedB2BBookingLineEntry
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.b2b.jalo.GeneratedB2BBookingLineEntry
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
B2BBookingLineEntry
public abstract class GeneratedB2BBookingLineEntry extends GenericItem
Generated class for typeB2BBookingLineEntry
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AMOUNT
Qualifier of theB2BBookingLineEntry.amount
attributestatic java.lang.String
BOOKINGDATE
Qualifier of theB2BBookingLineEntry.bookingDate
attributestatic java.lang.String
BOOKINGSTATUS
Qualifier of theB2BBookingLineEntry.bookingStatus
attributestatic java.lang.String
BOOKINGTYPE
Qualifier of theB2BBookingLineEntry.bookingType
attributestatic java.lang.String
COSTCENTER
Qualifier of theB2BBookingLineEntry.costCenter
attributestatic java.lang.String
CURRENCY
Qualifier of theB2BBookingLineEntry.currency
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ORDERENTRY
Qualifier of theB2BBookingLineEntry.orderEntry
attributestatic java.lang.String
ORDERENTRYNR
Qualifier of theB2BBookingLineEntry.orderEntryNr
attributestatic java.lang.String
ORDERID
Qualifier of theB2BBookingLineEntry.orderID
attributestatic java.lang.String
PRODUCT
Qualifier of theB2BBookingLineEntry.product
attributestatic java.lang.String
QUANTITY
Qualifier of theB2BBookingLineEntry.quantity
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedB2BBookingLineEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimal
getAmount()
Generated method - Getter of theB2BBookingLineEntry.amount
attribute.java.math.BigDecimal
getAmount(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.amount
attribute.java.util.Date
getBookingDate()
Generated method - Getter of theB2BBookingLineEntry.bookingDate
attribute.java.util.Date
getBookingDate(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.bookingDate
attribute.EnumerationValue
getBookingStatus()
Generated method - Getter of theB2BBookingLineEntry.bookingStatus
attribute.EnumerationValue
getBookingStatus(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.bookingStatus
attribute.EnumerationValue
getBookingType()
Generated method - Getter of theB2BBookingLineEntry.bookingType
attribute.EnumerationValue
getBookingType(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.bookingType
attribute.B2BCostCenter
getCostCenter()
Generated method - Getter of theB2BBookingLineEntry.costCenter
attribute.B2BCostCenter
getCostCenter(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.costCenter
attribute.Currency
getCurrency()
Generated method - Getter of theB2BBookingLineEntry.currency
attribute.Currency
getCurrency(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.currency
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
OrderEntry
getOrderEntry()
Generated method - Getter of theB2BBookingLineEntry.orderEntry
attribute.OrderEntry
getOrderEntry(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderEntry
attribute.java.lang.Integer
getOrderEntryNr()
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.java.lang.Integer
getOrderEntryNr(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.int
getOrderEntryNrAsPrimitive()
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.int
getOrderEntryNrAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.java.lang.String
getOrderID()
Generated method - Getter of theB2BBookingLineEntry.orderID
attribute.java.lang.String
getOrderID(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderID
attribute.java.lang.String
getProduct()
Generated method - Getter of theB2BBookingLineEntry.product
attribute.java.lang.String
getProduct(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.product
attribute.java.lang.Long
getQuantity()
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.java.lang.Long
getQuantity(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.long
getQuantityAsPrimitive()
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.long
getQuantityAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.void
setAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of theB2BBookingLineEntry.amount
attribute.void
setAmount(java.math.BigDecimal value)
Generated method - Setter of theB2BBookingLineEntry.amount
attribute.void
setBookingDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theB2BBookingLineEntry.bookingDate
attribute.void
setBookingDate(java.util.Date value)
Generated method - Setter of theB2BBookingLineEntry.bookingDate
attribute.void
setBookingStatus(EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingStatus
attribute.void
setBookingStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingStatus
attribute.void
setBookingType(EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingType
attribute.void
setBookingType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingType
attribute.void
setCostCenter(B2BCostCenter value)
Generated method - Setter of theB2BBookingLineEntry.costCenter
attribute.void
setCostCenter(SessionContext ctx, B2BCostCenter value)
Generated method - Setter of theB2BBookingLineEntry.costCenter
attribute.void
setCurrency(Currency value)
Generated method - Setter of theB2BBookingLineEntry.currency
attribute.void
setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theB2BBookingLineEntry.currency
attribute.void
setOrderEntry(OrderEntry value)
Generated method - Setter of theB2BBookingLineEntry.orderEntry
attribute.void
setOrderEntry(SessionContext ctx, OrderEntry value)
Generated method - Setter of theB2BBookingLineEntry.orderEntry
attribute.void
setOrderEntryNr(int value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.void
setOrderEntryNr(SessionContext ctx, int value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.void
setOrderEntryNr(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.void
setOrderEntryNr(java.lang.Integer value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.void
setOrderID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.orderID
attribute.void
setOrderID(java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.orderID
attribute.void
setProduct(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.product
attribute.void
setProduct(java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.product
attribute.void
setQuantity(long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.void
setQuantity(SessionContext ctx, long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.void
setQuantity(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.void
setQuantity(java.lang.Long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
BOOKINGSTATUS
public static final java.lang.String BOOKINGSTATUS
Qualifier of theB2BBookingLineEntry.bookingStatus
attribute- See Also:
- Constant Field Values
-
COSTCENTER
public static final java.lang.String COSTCENTER
Qualifier of theB2BBookingLineEntry.costCenter
attribute- See Also:
- Constant Field Values
-
AMOUNT
public static final java.lang.String AMOUNT
Qualifier of theB2BBookingLineEntry.amount
attribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of theB2BBookingLineEntry.currency
attribute- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Qualifier of theB2BBookingLineEntry.product
attribute- See Also:
- Constant Field Values
-
QUANTITY
public static final java.lang.String QUANTITY
Qualifier of theB2BBookingLineEntry.quantity
attribute- See Also:
- Constant Field Values
-
ORDERID
public static final java.lang.String ORDERID
Qualifier of theB2BBookingLineEntry.orderID
attribute- See Also:
- Constant Field Values
-
ORDERENTRYNR
public static final java.lang.String ORDERENTRYNR
Qualifier of theB2BBookingLineEntry.orderEntryNr
attribute- See Also:
- Constant Field Values
-
ORDERENTRY
public static final java.lang.String ORDERENTRY
Qualifier of theB2BBookingLineEntry.orderEntry
attribute- See Also:
- Constant Field Values
-
BOOKINGDATE
public static final java.lang.String BOOKINGDATE
Qualifier of theB2BBookingLineEntry.bookingDate
attribute- See Also:
- Constant Field Values
-
BOOKINGTYPE
public static final java.lang.String BOOKINGTYPE
Qualifier of theB2BBookingLineEntry.bookingType
attribute- See Also:
- Constant Field Values
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getAmount
public java.math.BigDecimal getAmount(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.amount
attribute.- Returns:
- the amount
-
getAmount
public java.math.BigDecimal getAmount()
Generated method - Getter of theB2BBookingLineEntry.amount
attribute.- Returns:
- the amount
-
setAmount
public void setAmount(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of theB2BBookingLineEntry.amount
attribute.- Parameters:
value
- the amount
-
setAmount
public void setAmount(java.math.BigDecimal value)
Generated method - Setter of theB2BBookingLineEntry.amount
attribute.- Parameters:
value
- the amount
-
getBookingDate
public java.util.Date getBookingDate(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.bookingDate
attribute.- Returns:
- the bookingDate
-
getBookingDate
public java.util.Date getBookingDate()
Generated method - Getter of theB2BBookingLineEntry.bookingDate
attribute.- Returns:
- the bookingDate
-
setBookingDate
public void setBookingDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theB2BBookingLineEntry.bookingDate
attribute.- Parameters:
value
- the bookingDate
-
setBookingDate
public void setBookingDate(java.util.Date value)
Generated method - Setter of theB2BBookingLineEntry.bookingDate
attribute.- Parameters:
value
- the bookingDate
-
getBookingStatus
public EnumerationValue getBookingStatus(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.bookingStatus
attribute.- Returns:
- the bookingStatus
-
getBookingStatus
public EnumerationValue getBookingStatus()
Generated method - Getter of theB2BBookingLineEntry.bookingStatus
attribute.- Returns:
- the bookingStatus
-
setBookingStatus
public void setBookingStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingStatus
attribute.- Parameters:
value
- the bookingStatus
-
setBookingStatus
public void setBookingStatus(EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingStatus
attribute.- Parameters:
value
- the bookingStatus
-
getBookingType
public EnumerationValue getBookingType(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.bookingType
attribute.- Returns:
- the bookingType
-
getBookingType
public EnumerationValue getBookingType()
Generated method - Getter of theB2BBookingLineEntry.bookingType
attribute.- Returns:
- the bookingType
-
setBookingType
public void setBookingType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingType
attribute.- Parameters:
value
- the bookingType
-
setBookingType
public void setBookingType(EnumerationValue value)
Generated method - Setter of theB2BBookingLineEntry.bookingType
attribute.- Parameters:
value
- the bookingType
-
getCostCenter
public B2BCostCenter getCostCenter(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.costCenter
attribute.- Returns:
- the costCenter
-
getCostCenter
public B2BCostCenter getCostCenter()
Generated method - Getter of theB2BBookingLineEntry.costCenter
attribute.- Returns:
- the costCenter
-
setCostCenter
public void setCostCenter(SessionContext ctx, B2BCostCenter value)
Generated method - Setter of theB2BBookingLineEntry.costCenter
attribute.- Parameters:
value
- the costCenter
-
setCostCenter
public void setCostCenter(B2BCostCenter value)
Generated method - Setter of theB2BBookingLineEntry.costCenter
attribute.- Parameters:
value
- the costCenter
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.currency
attribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of theB2BBookingLineEntry.currency
attribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theB2BBookingLineEntry.currency
attribute.- Parameters:
value
- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of theB2BBookingLineEntry.currency
attribute.- Parameters:
value
- the currency
-
getOrderEntry
public OrderEntry getOrderEntry(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderEntry
attribute.- Returns:
- the orderEntry
-
getOrderEntry
public OrderEntry getOrderEntry()
Generated method - Getter of theB2BBookingLineEntry.orderEntry
attribute.- Returns:
- the orderEntry
-
setOrderEntry
public void setOrderEntry(SessionContext ctx, OrderEntry value)
Generated method - Setter of theB2BBookingLineEntry.orderEntry
attribute.- Parameters:
value
- the orderEntry
-
setOrderEntry
public void setOrderEntry(OrderEntry value)
Generated method - Setter of theB2BBookingLineEntry.orderEntry
attribute.- Parameters:
value
- the orderEntry
-
getOrderEntryNr
public java.lang.Integer getOrderEntryNr(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.- Returns:
- the orderEntryNr
-
getOrderEntryNr
public java.lang.Integer getOrderEntryNr()
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.- Returns:
- the orderEntryNr
-
getOrderEntryNrAsPrimitive
public int getOrderEntryNrAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.- Returns:
- the orderEntryNr
-
getOrderEntryNrAsPrimitive
public int getOrderEntryNrAsPrimitive()
Generated method - Getter of theB2BBookingLineEntry.orderEntryNr
attribute.- Returns:
- the orderEntryNr
-
setOrderEntryNr
public void setOrderEntryNr(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.- Parameters:
value
- the orderEntryNr
-
setOrderEntryNr
public void setOrderEntryNr(java.lang.Integer value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.- Parameters:
value
- the orderEntryNr
-
setOrderEntryNr
public void setOrderEntryNr(SessionContext ctx, int value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.- Parameters:
value
- the orderEntryNr
-
setOrderEntryNr
public void setOrderEntryNr(int value)
Generated method - Setter of theB2BBookingLineEntry.orderEntryNr
attribute.- Parameters:
value
- the orderEntryNr
-
getOrderID
public java.lang.String getOrderID(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.orderID
attribute.- Returns:
- the orderID
-
getOrderID
public java.lang.String getOrderID()
Generated method - Getter of theB2BBookingLineEntry.orderID
attribute.- Returns:
- the orderID
-
setOrderID
public void setOrderID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.orderID
attribute.- Parameters:
value
- the orderID
-
setOrderID
public void setOrderID(java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.orderID
attribute.- Parameters:
value
- the orderID
-
getProduct
public java.lang.String getProduct(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.product
attribute.- Returns:
- the product
-
getProduct
public java.lang.String getProduct()
Generated method - Getter of theB2BBookingLineEntry.product
attribute.- Returns:
- the product
-
setProduct
public void setProduct(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.product
attribute.- Parameters:
value
- the product
-
setProduct
public void setProduct(java.lang.String value)
Generated method - Setter of theB2BBookingLineEntry.product
attribute.- Parameters:
value
- the product
-
getQuantity
public java.lang.Long getQuantity(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.- Returns:
- the quantity
-
getQuantity
public java.lang.Long getQuantity()
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.- Returns:
- the quantity
-
getQuantityAsPrimitive
public long getQuantityAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.- Returns:
- the quantity
-
getQuantityAsPrimitive
public long getQuantityAsPrimitive()
Generated method - Getter of theB2BBookingLineEntry.quantity
attribute.- Returns:
- the quantity
-
setQuantity
public void setQuantity(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.- Parameters:
value
- the quantity
-
setQuantity
public void setQuantity(java.lang.Long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.- Parameters:
value
- the quantity
-
setQuantity
public void setQuantity(SessionContext ctx, long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.- Parameters:
value
- the quantity
-
setQuantity
public void setQuantity(long value)
Generated method - Setter of theB2BBookingLineEntry.quantity
attribute.- Parameters:
value
- the quantity
-
-