net.sf.ofx4j.domain.data.common
Class BalanceRecord

java.lang.Object
  extended by net.sf.ofx4j.domain.data.common.BalanceRecord

public class BalanceRecord
extends java.lang.Object

Author:
Ryan Heaton
See Also:
"Section 3.1.3, OFX Spec"

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

BalanceRecord

public BalanceRecord()
Method Detail

getName

public java.lang.String getName()
Name of the balance.

Returns:
Name of the balance.

setName

public void setName(java.lang.String name)
Name of the balance.

Parameters:
name - Name of the balance.

getDescription

public java.lang.String getDescription()
Description of the balance.

Returns:
Description of the balance.

setDescription

public void setDescription(java.lang.String description)
Description of the balance.

Parameters:
description - Description of the balance.

getType

public BalanceRecord.Type getType()
Type of the balance.

Returns:
Type of the balance.

setType

public void setType(BalanceRecord.Type type)
Type of the balance.

Parameters:
type - Type of the balance.

getValue

public java.lang.String getValue()
The value of the balance.

Returns:
The value of the balance.

setValue

public void setValue(java.lang.String value)
The value of the balance.

Parameters:
value - The value of the balance.

getTimestamp

public java.util.Date getTimestamp()
Timestamp of the balance.

Returns:
Timestamp of the balance.

setTimestamp

public void setTimestamp(java.util.Date timestamp)
Timestamp of the balance.

Parameters:
timestamp - Timestamp of the balance.

getCurrency

public Currency getCurrency()
Currency.

Returns:
Currency.

setCurrency

public void setCurrency(Currency currency)
Currency.

Parameters:
currency - Currency.


Copyright © 2008. All Rights Reserved.