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