|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Uom
Class Uom
| Nested Class Summary | |
|---|---|
static interface |
Uom.Identity
Object Identity |
| Method Summary | |
|---|---|
Uom |
getBaseUom()
Retrieves the value for the reference baseUom. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
String |
getDetailedDescription()
Retrieves the possibly null value for the optional attribute detailedDescription. |
String |
getName()
Retrieves the value for the attribute name. |
BigDecimal |
getQuantity()
Retrieves the value for the attribute quantity. |
UomSchedule |
getUomSchedule()
Retrieves the value for the reference uomSchedule. |
boolean |
isScheduleBaseUom()
Retrieves the value for the attribute isScheduleBaseUom. |
void |
setBaseUom(Uom baseUom)
Sets a new value for the reference baseUom. |
void |
setDescription(String description)
Sets a new value for the attribute description. |
void |
setDetailedDescription(String detailedDescription)
Sets a new value for the attribute detailedDescription. |
void |
setName(String name)
Sets a new value for the attribute name. |
void |
setQuantity(BigDecimal quantity)
Sets a new value for the attribute quantity. |
void |
setScheduleBaseUom(boolean isScheduleBaseUom)
Sets a new value for the attribute isScheduleBaseUom. |
void |
setUomSchedule(UomSchedule uomSchedule)
Sets a new value for the reference uomSchedule. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
getAdditionalDescription |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
Uom getBaseUom()
baseUom.
null – value for this reference.void setBaseUom(Uom baseUom)
baseUom.
baseUom - The non-null new value for this reference.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.String getDetailedDescription()
detailedDescription.
detailedDescription.void setDetailedDescription(String detailedDescription)
detailedDescription.
detailedDescription - The possibly null new value for attribute detailedDescription.boolean isScheduleBaseUom()
isScheduleBaseUom.
isScheduleBaseUom.void setScheduleBaseUom(boolean isScheduleBaseUom)
isScheduleBaseUom.
isScheduleBaseUom - The non-null new value for attribute isScheduleBaseUom.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.BigDecimal getQuantity()
quantity.
quantity.void setQuantity(BigDecimal quantity)
quantity.
quantity - The non-null new value for attribute quantity.UomSchedule getUomSchedule()
uomSchedule.
null value for this reference.void setUomSchedule(UomSchedule uomSchedule)
uomSchedule.
uomSchedule - The non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||