org.eclipse.higgins.sync.to
Class UseAlwaysTO

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

public class UseAlwaysTO
extends BaseTO
implements Serializable

UseAlways transfer object. It needs for supporting auto-login.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
UseAlwaysTO()
           
 
Method Summary
 WebFormTO getForm()
           
 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

UseAlwaysTO

public UseAlwaysTO()
Method Detail

getForm

public WebFormTO getForm()
Returns:
the form

setForm

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