public interface SimpleBooking extends Booking
SimpleBooking| Modifier and Type | Interface and Description |
|---|---|
static interface |
SimpleBooking.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginId()
Retrieves the possibly null value for the optional attribute
originId. |
BigDecimal |
getQuantity()
Retrieves the value for the attribute
quantity. |
Uom |
getQuantityUom()
Retrieves the value for the reference
quantityUom. |
void |
setOriginId(String originId)
Sets a new value for the attribute
originId. |
void |
setQuantity(BigDecimal quantity)
Sets a new value for the attribute
quantity. |
void |
setQuantityUom(Uom quantityUom)
Sets a new value for the reference
quantityUom. |
getBookingDate, getBookingStatus, getBookingType, getDescription, getName, getOriginContext, getOriginContextParams, getPosition, getValueDate, setBookingDate, setBookingStatus, setBookingType, setDescription, setName, setOriginContextParams, setPosition, setValueDategetPropertyaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetAdditionalDescriptionString getOriginId()
originId.originId.void setOriginId(String originId)
originId.originId - The possibly null new value for attribute originId.BigDecimal getQuantity()
quantity.quantity.void setQuantity(BigDecimal quantity)
quantity.quantity - The non-null new value for attribute quantity.Uom getQuantityUom()
quantityUom.null – value for this reference.void setQuantityUom(Uom quantityUom)
quantityUom.quantityUom - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.