org.opencrx.kernel.product1.cci2
Interface AccountAssignment

All Superinterfaces:
AccountAssignment, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
AccountAssignment

public interface AccountAssignment
extends AccountAssignment, SecureObject, org.openmdx.base.cci2.BasicObject

Class AccountAssignment


Nested Class Summary
static interface AccountAssignment.Identity
          Object Identity
 
Method Summary
 BigDecimal getDiscount()
          Retrieves the possibly null value for the optional attribute discount.
 Boolean isDiscountIsPercentage()
          Retrieves the possibly null value for the optional attribute discountIsPercentage.
 void setDiscount(BigDecimal discount)
          Sets a new value for the attribute discount.
 void setDiscountIsPercentage(Boolean discountIsPercentage)
          Sets a new value for the attribute discountIsPercentage.
 
Methods inherited from interface org.opencrx.kernel.account1.cci2.AccountAssignment
getAccount, getValidFrom, getValidTo, setAccount, setValidFrom, setValidTo
 
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.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

getDiscount

BigDecimal getDiscount()
Retrieves the possibly null value for the optional attribute discount.

Returns:
The possibly null value for attribute discount.

setDiscount

void setDiscount(BigDecimal discount)
Sets a new value for the attribute discount.

Parameters:
discount - The possibly null new value for attribute discount.

isDiscountIsPercentage

Boolean isDiscountIsPercentage()
Retrieves the possibly null value for the optional attribute discountIsPercentage.

Returns:
The possibly null value for attribute discountIsPercentage.

setDiscountIsPercentage

void setDiscountIsPercentage(Boolean discountIsPercentage)
Sets a new value for the attribute discountIsPercentage.

Parameters:
discountIsPercentage - The possibly null new value for attribute discountIsPercentage.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.