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

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

public class TransferStatus
extends java.lang.Object

Author:
Ryan Heaton

Constructor Summary
TransferStatus()
           
 
Method Summary
 java.util.Date getDate()
          The date of the event.
 TransferStatusEvent getEvent()
          The event.
 void setDate(java.util.Date date)
          The date of the event.
 void setEvent(TransferStatusEvent event)
          The event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferStatus

public TransferStatus()
Method Detail

getEvent

public TransferStatusEvent getEvent()
The event.

Returns:
The event.

setEvent

public void setEvent(TransferStatusEvent event)
The event.

Parameters:
event - The event.

getDate

public java.util.Date getDate()
The date of the event.

Returns:
The date of the event.

setDate

public void setDate(java.util.Date date)
The date of the event.

Parameters:
date - The date of the event.


Copyright © 2008. All Rights Reserved.