org.opencrx.kernel.account1.cci2
Interface AccountAssignment

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

public interface AccountAssignment

Abstract class AccountAssignment


Method Summary
 Account getAccount()
          Retrieves the value for the reference account.
 Date getValidFrom()
          Retrieves the possibly null value for the optional attribute validFrom.
 Date getValidTo()
          Retrieves the possibly null value for the optional attribute validTo.
 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()
Retrieves the possibly null value for the optional attribute validFrom.

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()
Retrieves the possibly null value for the optional attribute validTo.

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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.