

Public Member Functions | |
| AccountStub (Account account) | |
| String | getId () |
| void | setId (String id) |
| String | getDescription () |
| void | setDescription (String description) |
Definition at line 28 of file AccountStub.java.
| org.turro.financials.stub.AccountStub.AccountStub | ( | Account | account | ) |
Definition at line 33 of file AccountStub.java.
| String org.turro.financials.stub.AccountStub.getDescription | ( | ) |
Definition at line 45 of file AccountStub.java.
| String org.turro.financials.stub.AccountStub.getId | ( | ) |
Definition at line 37 of file AccountStub.java.
| void org.turro.financials.stub.AccountStub.setDescription | ( | String | description | ) |
Definition at line 49 of file AccountStub.java.
| void org.turro.financials.stub.AccountStub.setId | ( | String | id | ) |
Definition at line 41 of file AccountStub.java.