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

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

public class BalanceInfo
extends java.lang.Object

Author:
Ryan Heaton

Constructor Summary
BalanceInfo()
           
 
Method Summary
 double getAmount()
          The amount.
 java.util.Date getAsOfDate()
          The as-of date.
 void setAmount(double amount)
          The amount.
 void setAsOfDate(java.util.Date asOfDate)
          The as-of date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BalanceInfo

public BalanceInfo()
Method Detail

getAmount

public double getAmount()
The amount.

Returns:
The amount.

setAmount

public void setAmount(double amount)
The amount.

Parameters:
amount - The amount.

getAsOfDate

public java.util.Date getAsOfDate()
The as-of date.

Returns:
The as-of date.

setAsOfDate

public void setAsOfDate(java.util.Date asOfDate)
The as-of date.

Parameters:
asOfDate - The as-of date.


Copyright © 2008. All Rights Reserved.