public interface AccountAssignment
AccountAssignment| Modifier and Type | Method and Description |
|---|---|
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. |
Account getAccount()
account.null – value for this reference.void setAccount(Account account)
account.account - The new – possibly null – value for this reference.Date getValidFrom()
validFrom.validFrom.void setValidFrom(Date validFrom)
validFrom.validFrom - The possibly null new value for attribute validFrom.Date getValidTo()
validTo.validTo.void setValidTo(Date validTo)
validTo.validTo - The possibly null new value for attribute validTo.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.