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()
RPEndPointTO
public RPEndPointTO(String url,
String formName,
String formId,
String formAction)
RPEndPointTO
public RPEndPointTO(org.eclipse.higgins.userprofile.entity.WebForm webForm)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getFormName
public String getFormName()
setFormName
public void setFormName(String formName)
getFormId
public String getFormId()
setFormId
public void setFormId(String formId)
getFormAction
public String getFormAction()
setFormAction
public void setFormAction(String formAction)
toWebForm
public org.eclipse.higgins.userprofile.entity.WebForm toWebForm()
throws URISyntaxException,
org.eclipse.higgins.userprofile.UserProfileException
- Throws:
URISyntaxException
org.eclipse.higgins.userprofile.UserProfileException