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

java.lang.Object
  extended byorg.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()
           
RPEndPointTO(String url, String formName, String formId, String formAction)
           
RPEndPointTO(org.eclipse.higgins.userprofile.entity.WebForm webForm)
           
 
Method Summary
 String getFormAction()
           
 String getFormId()
           
 String getFormName()
           
 String getUrl()
           
 void setFormAction(String formAction)
           
 void setFormId(String formId)
           
 void setFormName(String formName)
           
 void setUrl(String url)
           
 org.eclipse.higgins.userprofile.entity.WebForm toWebForm()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPEndPointTO

public RPEndPointTO()

RPEndPointTO

public RPEndPointTO(String url,
                    String formName,
                    String formId,
                    String formAction)

RPEndPointTO

public RPEndPointTO(org.eclipse.higgins.userprofile.entity.WebForm webForm)
Method Detail

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