org.opencrx.kernel.account1.jmi1
Interface AccountAssignment

All Superinterfaces:
AccountAssignment, RefBaseObject, RefFeatured, RefObject, RefObject_1_0
All Known Subinterfaces:
AccountAssignment, AccountAssignmentContract, AccountAssignmentInventoryItem, AccountAssignmentProduct, Member

public interface AccountAssignment
extends AccountAssignment, RefObject_1_0

Abstract class AccountAssignment


Method Summary
 Account getAccount()
          Retrieves the value for the reference account.
 void setAccount(Account account)
          Sets a new value for the reference account.
 
Methods inherited from interface org.opencrx.kernel.account1.cci2.AccountAssignment
getValidFrom, getValidTo, setValidFrom, setValidTo
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getAccount

Account getAccount()
Retrieves the value for the reference account.

Specified by:
getAccount in interface AccountAssignment
Returns:
The – possibly null – value for this reference.

setAccount

void setAccount(Account account)
Sets a new value for the reference account.

Specified by:
setAccount in interface AccountAssignment
Parameters:
account - The non-null new value for this reference.


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