org.opencrx.kernel.account1.cci2
Interface AccountAssignment

All Known Subinterfaces:
AccountAssignment, AccountAssignment, AccountAssignment, AccountAssignmentInventoryItem, AccountAssignmentInventoryItem, AccountAssignmentProduct, AccountAssignmentProduct, Member, Member
All Known Implementing Classes:
AccountAssignment, AccountAssignmentInventoryItem, AccountAssignmentProduct, Member

public interface AccountAssignment

Abstract class AccountAssignment


Method Summary
 Account getAccount()
          Retrieves the value for the reference account.
 Date getValidFrom()
           
 Date getValidTo()
           
 void setAccount(Account account)
          Sets a new value for the reference account.
 void setValidFrom(Date validFrom)
          Sets a new value for the attribute validFrom.
 void setValidTo(Date validTo)
          Sets a new value for the attribute validTo.
 

Method Detail

getAccount

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

Returns:
The – possibly null – value for this reference.

setAccount

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

Parameters:
account - The non-null new value for this reference.

getValidFrom

Date getValidFrom()
Returns:
The possibly null value for attribute validFrom.

setValidFrom

void setValidFrom(Date validFrom)
Sets a new value for the attribute validFrom.

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

getValidTo

Date getValidTo()
Returns:
The possibly null value for attribute validTo.

setValidTo

void setValidTo(Date validTo)
Sets a new value for the attribute validTo.

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


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