org.jasig.portal.portlets.registerportal
Class PortalRegistrationData

java.lang.Object
  extended by org.jasig.portal.portlets.registerportal.PortalRegistrationRequest
      extended by org.jasig.portal.portlets.registerportal.PortalRegistrationData
All Implemented Interfaces:
Serializable

public class PortalRegistrationData
extends PortalRegistrationRequest

Data object that is submitted to Jasig

Version:
$Revision: 45508 $
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
PortalRegistrationData(PortalRegistrationRequest registrationRequest)
           
 
Method Summary
 boolean equals(Object object)
           
 Map<String,Map<String,String>> getCollectedData()
           
 int hashCode()
           
 void setCollectedData(Map<String,Map<String,String>> collectedData)
           
 String toString()
           
 
Methods inherited from class org.jasig.portal.portlets.registerportal.PortalRegistrationRequest
getAudience, getAuthnSystem, getDataToSubmit, getDemoUrl, getDeployerAddress, getDeployerName, getInstitutionName, getNotes, getNumberOfUsers, getPortalName, getPortalUrl, isShareInfo, setAudience, setAuthnSystem, setDataToSubmit, setDemoUrl, setDeployerAddress, setDeployerName, setInstitutionName, setNotes, setNumberOfUsers, setPortalName, setPortalUrl, setShareInfo, validateOrganizationInfoForm
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalRegistrationData

public PortalRegistrationData(PortalRegistrationRequest registrationRequest)
Method Detail

getCollectedData

public Map<String,Map<String,String>> getCollectedData()
Returns:
the collectedData

setCollectedData

public void setCollectedData(Map<String,Map<String,String>> collectedData)
Parameters:
collectedData - the collectedData to set

equals

public boolean equals(Object object)
Overrides:
equals in class PortalRegistrationRequest
See Also:
Object.equals(Object)

hashCode

public int hashCode()
Overrides:
hashCode in class PortalRegistrationRequest
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class PortalRegistrationRequest
See Also:
Object.toString()


Copyright © 2010 Jasig. All Rights Reserved.