org.eclipse.higgins.sync.to
Class CardHistoryTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
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
CardHistoryTO
public CardHistoryTO()
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