|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.common.BalanceRecord
public class BalanceRecord
Nested Class Summary | |
---|---|
static class |
BalanceRecord.Type
|
Constructor Summary | |
---|---|
BalanceRecord()
|
Method Summary | |
---|---|
Currency |
getCurrency()
Currency. |
java.lang.String |
getDescription()
Description of the balance. |
java.lang.String |
getName()
Name of the balance. |
java.util.Date |
getTimestamp()
Timestamp of the balance. |
BalanceRecord.Type |
getType()
Type of the balance. |
java.lang.String |
getValue()
The value of the balance. |
void |
setCurrency(Currency currency)
Currency. |
void |
setDescription(java.lang.String description)
Description of the balance. |
void |
setName(java.lang.String name)
Name of the balance. |
void |
setTimestamp(java.util.Date timestamp)
Timestamp of the balance. |
void |
setType(BalanceRecord.Type type)
Type of the balance. |
void |
setValue(java.lang.String value)
The value of the balance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BalanceRecord()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- Name of the balance.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Description of the balance.public BalanceRecord.Type getType()
public void setType(BalanceRecord.Type type)
type
- Type of the balance.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The value of the balance.public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
timestamp
- Timestamp of the balance.public Currency getCurrency()
public void setCurrency(Currency currency)
currency
- Currency.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |