org.jasig.portal.portlets.registerportal
Class PortalRegistrationRequest
java.lang.Object
org.jasig.portal.portlets.registerportal.PortalRegistrationRequest
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PortalRegistrationData
public class PortalRegistrationRequest
- extends Object
- implements Serializable
Form binding object for getting a user's preferences for submitting portal registration data
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
PortalRegistrationRequest
public PortalRegistrationRequest()
PortalRegistrationRequest
public PortalRegistrationRequest(PortalRegistrationRequest registrationRequest)
validateOrganizationInfoForm
public void validateOrganizationInfoForm(Errors errors)
getInstitutionName
public String getInstitutionName()
- Returns:
- the institutionName
setInstitutionName
public void setInstitutionName(String institutionName)
- Parameters:
institutionName - the institutionName to set
getDeployerName
public String getDeployerName()
- Returns:
- the deployerName
setDeployerName
public void setDeployerName(String deployerName)
- Parameters:
deployerName - the deployerName to set
getDeployerAddress
public String getDeployerAddress()
- Returns:
- the deployerAddress
setDeployerAddress
public void setDeployerAddress(String deployerAddress)
- Parameters:
deployerAddress - the deployerAddress to set
getPortalName
public String getPortalName()
- Returns:
- the portalName
setPortalName
public void setPortalName(String portalName)
- Parameters:
portalName - the portalName to set
getPortalUrl
public String getPortalUrl()
- Returns:
- the portalUrl
setPortalUrl
public void setPortalUrl(String portalUrl)
- Parameters:
portalUrl - the portalUrl to set
isShareInfo
public boolean isShareInfo()
- Returns:
- the shareInfo
setShareInfo
public void setShareInfo(boolean shareInfo)
- Parameters:
shareInfo - the shareInfo to set
getDataToSubmit
public Map<String,String> getDataToSubmit()
- Returns:
- the dataToSubmit
setDataToSubmit
public void setDataToSubmit(Map<String,String> dataToSubmit)
- Parameters:
dataToSubmit - the dataToSubmit to set
getDemoUrl
public String getDemoUrl()
- Returns:
- the demoUrl
setDemoUrl
public void setDemoUrl(String demoUrl)
- Parameters:
demoUrl - the demoUrl to set
getNumberOfUsers
public String getNumberOfUsers()
- Returns:
- the numberOfUsers
setNumberOfUsers
public void setNumberOfUsers(String numberOfUsers)
- Parameters:
numberOfUsers - the numberOfUsers to set
getAudience
public String getAudience()
- Returns:
- the audience
setAudience
public void setAudience(String audience)
- Parameters:
audience - the audience to set
getAuthnSystem
public String getAuthnSystem()
- Returns:
- the authnSystem
setAuthnSystem
public void setAuthnSystem(String authnSystem)
- Parameters:
authnSystem - the authnSystem to set
getNotes
public String getNotes()
- Returns:
- the notes
setNotes
public void setNotes(String notes)
- Parameters:
notes - the notes to set
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2010 Jasig. All Rights Reserved.