org.eclipse.higgins.sync.to
Class CardHistoryTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by org.eclipse.higgins.sync.to.CardHistoryTO
All Implemented Interfaces:
Serializable

public class CardHistoryTO
extends BaseTO
implements Serializable

Card history transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CardHistoryTO()
           
 
Method Summary
 Date getDate()
           
 WebFormTO getForm()
           
 void setDate(Date date)
           
 void setForm(WebFormTO form)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.BaseTO
getId, getRevision, setId, setRevision
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardHistoryTO

public CardHistoryTO()
Method Detail

getDate

public Date getDate()
Returns:
the date

getForm

public WebFormTO getForm()
Returns:
the form

setDate

public void setDate(Date date)
Parameters:
date - the date to set

setForm

public void setForm(WebFormTO form)
Parameters:
form - the form to set