org.eclipse.higgins.sync.to
Class WebFormTO

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

public class WebFormTO
extends Object
implements Serializable

Web form transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
WebFormTO()
           
 
Method Summary
 String getFormAction()
           
 String getFormId()
           
 String getFormName()
           
 URI getUrl()
           
 void setFormAction(String formAction)
           
 void setFormId(String formId)
           
 void setFormName(String formName)
           
 void setUrl(URI url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFormTO

public WebFormTO()
Method Detail

getFormAction

public String getFormAction()
Returns:
the formAction

getFormId

public String getFormId()
Returns:
the formId

getFormName

public String getFormName()
Returns:
the formName

getUrl

public URI getUrl()
Returns:
the url

setFormAction

public void setFormAction(String formAction)
Parameters:
formAction - the formAction to set

setFormId

public void setFormId(String formId)
Parameters:
formId - the formId to set

setFormName

public void setFormName(String formName)
Parameters:
formName - the formName to set

setUrl

public void setUrl(URI url)
Parameters:
url - the url to set