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

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

public class StatementRange
extends java.lang.Object

Author:
Ryan Heaton

Constructor Summary
StatementRange()
           
 
Method Summary
 java.util.Date getEnd()
          The end of the statement range.
 java.lang.Boolean getIncludeTransactions()
          Whether to include transactions.
 java.util.Date getStart()
          The start of the statement range.
 void setEnd(java.util.Date end)
          The end of the statement range.
 void setIncludeTransactions(java.lang.Boolean includeTransactions)
          Whether to include transactions.
 void setStart(java.util.Date start)
          The start of the statement range.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementRange

public StatementRange()
Method Detail

getStart

public java.util.Date getStart()
The start of the statement range.

Returns:
The start of the statement range.

setStart

public void setStart(java.util.Date start)
The start of the statement range.

Parameters:
start - The start of the statement range.

getEnd

public java.util.Date getEnd()
The end of the statement range.

Returns:
The end of the statement range.

setEnd

public void setEnd(java.util.Date end)
The end of the statement range.

Parameters:
end - The end of the statement range.

getIncludeTransactions

public java.lang.Boolean getIncludeTransactions()
Whether to include transactions.

Returns:
Whether to include transactions.

setIncludeTransactions

public void setIncludeTransactions(java.lang.Boolean includeTransactions)
Whether to include transactions.

Parameters:
includeTransactions - Whether to include transactions.


Copyright © 2008. All Rights Reserved.