|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PriceModifier
Abstract class PriceModifier
| Nested Class Summary | |
|---|---|
static interface |
PriceModifier.Identity
Object Identity |
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves the value for the attribute description. |
BigDecimal |
getQuantityFrom()
Retrieves the possibly null value for the optional attribute quantityFrom. |
BigDecimal |
getQuantityTo()
Retrieves the possibly null value for the optional attribute quantityTo. |
void |
setDescription(String description)
Sets a new value for the attribute description. |
void |
setQuantityFrom(BigDecimal quantityFrom)
Sets a new value for the attribute quantityFrom. |
void |
setQuantityTo(BigDecimal quantityTo)
Sets a new value for the attribute quantityTo. |
| 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.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt, getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt, getModifiedBy |
| Method Detail |
|---|
String getDescription()
description.
description.void setDescription(String description)
description.
description - The non-null new value for attribute description.BigDecimal getQuantityFrom()
quantityFrom.
quantityFrom.void setQuantityFrom(BigDecimal quantityFrom)
quantityFrom.
quantityFrom - The possibly null new value for attribute quantityFrom.BigDecimal getQuantityTo()
quantityTo.
quantityTo.void setQuantityTo(BigDecimal quantityTo)
quantityTo.
quantityTo - The possibly null new value for attribute quantityTo.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||