|
||||||||||
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.TransferStatus
public class TransferStatus
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 |
---|
public TransferStatus()
Method Detail |
---|
public TransferStatusEvent getEvent()
public void setEvent(TransferStatusEvent event)
event
- The event.public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- The date of the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |