public class AccountStatementRequest extends Transaction
Constructor and Description |
---|
AccountStatementRequest(int date) |
Modifier and Type | Method and Description |
---|---|
void |
replay(PermanentAccount target)
The design pattern "Strategy" is used for implementing the
synchronisation of offline account proxies with the permanent accounts.
|
java.lang.String |
toString() |
getDate
public void replay(PermanentAccount target)
this
transaction an the
real account. Note that the statement is requested for the correct date,
though this is meaningless because of the implementation of
PermanentAccount.requestStatement
replay
in class Transaction
target
- the permanent account on which this
transaction
is supposed to be carried outpublic java.lang.String toString()
toString
in class java.lang.Object