|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleBooking
Class SimpleBooking
| Nested Class Summary | |
|---|---|
static interface |
SimpleBooking.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
|
getOriginContext()
Retrieves the Collection of objects referenced by
originContext. |
|
List<String> |
getOriginContextParams()
Retrieves a list containing all the elements for the attribute originContextParams. |
|
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 |
setOriginContextParams(String... originContextParams)
Clears originContextParams and adds the given value(s). |
|
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. |
|
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.Booking |
|---|
getBookingDate, getBookingStatus, getBookingType, getDescription, getName, getPosition, getValueDate, setBookingDate, setBookingStatus, setBookingType, setDescription, setName, setPosition, setValueDate |
| Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet |
|---|
addProperty, getProperty, getProperty |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
addAdditionalDescription, getAdditionalDescription, getAdditionalDescription |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
<T extends org.openmdx.base.cci2.BasicObject> List<T> getOriginContext()
Collection of objects referenced by
originContext.
Collection of referenced objects.List<String> getOriginContextParams()
originContextParams.
void setOriginContextParams(String... originContextParams)
originContextParams and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
originContextParams - value(s) to be added to originContextParamsString 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 non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||