org.eclipse.higgins.rpps.core.tobj
Class RPEndPointTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.RPEndPointTO
- All Implemented Interfaces:
- Serializable
public class RPEndPointTO
- extends Object
- implements Serializable
- Author:
- Artem Verkhovets
- See Also:
- Serialized Form
RPEndPointTO
public RPEndPointTO()
getUrl
public String getUrl()
- Returns:
- the url
setUrl
public RPEndPointTO setUrl(String url)
- Parameters:
url - the url to set
getFormName
public String getFormName()
- Returns:
- the formName
setFormName
public RPEndPointTO setFormName(String formName)
- Parameters:
formName - the formName to set
getFormId
public String getFormId()
- Returns:
- the formId
setFormId
public RPEndPointTO setFormId(String formId)
- Parameters:
formId - the formId to set
getFormAction
public String getFormAction()
- Returns:
- the formAction
setFormAction
public RPEndPointTO setFormAction(String formAction)
- Parameters:
formAction - the formAction to set