public interface Uom extends Exporter, Importer, SecureObject, DescriptionContainer, org.openmdx.base.cci2.BasicObject
Uom| Modifier and Type | Interface and Description |
|---|---|
static interface |
Uom.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
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. |
exportItemimportItemaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetAdditionalDescriptionUom getBaseUom()
baseUom.null – value for this reference.void setBaseUom(Uom baseUom)
baseUom.baseUom - The new – possibly null – 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 new non-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.