org.eclipse.higgins.rpps.core.tobj
Class RPEndPointTO

java.lang.Object
  extended by 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

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

Constructor Detail

RPEndPointTO

public RPEndPointTO()
Method Detail

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