gov.nih.nci.cagrid.dorian.idp.bean
Class Application

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.idp.bean.Application
All Implemented Interfaces:
java.io.Serializable

public class Application
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Application()
           
Application(java.lang.String address, java.lang.String address2, java.lang.String city, CountryCode country, java.lang.String email, java.lang.String firstName, java.lang.String lastName, java.lang.String organization, java.lang.String password, java.lang.String phoneNumber, StateCode state, java.lang.String userId, java.lang.String zipcode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddress()
          Gets the address value for this Application.
 java.lang.String getAddress2()
          Gets the address2 value for this Application.
 java.lang.String getCity()
          Gets the city value for this Application.
 CountryCode getCountry()
          Gets the country value for this Application.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEmail()
          Gets the email value for this Application.
 java.lang.String getFirstName()
          Gets the firstName value for this Application.
 java.lang.String getLastName()
          Gets the lastName value for this Application.
 java.lang.String getOrganization()
          Gets the organization value for this Application.
 java.lang.String getPassword()
          Gets the password value for this Application.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this Application.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 StateCode getState()
          Gets the state value for this Application.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserId()
          Gets the userId value for this Application.
 java.lang.String getZipcode()
          Gets the zipcode value for this Application.
 int hashCode()
           
 void setAddress(java.lang.String address)
          Sets the address value for this Application.
 void setAddress2(java.lang.String address2)
          Sets the address2 value for this Application.
 void setCity(java.lang.String city)
          Sets the city value for this Application.
 void setCountry(CountryCode country)
          Sets the country value for this Application.
 void setEmail(java.lang.String email)
          Sets the email value for this Application.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this Application.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this Application.
 void setOrganization(java.lang.String organization)
          Sets the organization value for this Application.
 void setPassword(java.lang.String password)
          Sets the password value for this Application.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this Application.
 void setState(StateCode state)
          Sets the state value for this Application.
 void setUserId(java.lang.String userId)
          Sets the userId value for this Application.
 void setZipcode(java.lang.String zipcode)
          Sets the zipcode value for this Application.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()

Application

public Application(java.lang.String address,
                   java.lang.String address2,
                   java.lang.String city,
                   CountryCode country,
                   java.lang.String email,
                   java.lang.String firstName,
                   java.lang.String lastName,
                   java.lang.String organization,
                   java.lang.String password,
                   java.lang.String phoneNumber,
                   StateCode state,
                   java.lang.String userId,
                   java.lang.String zipcode)
Method Detail

getUserId

public java.lang.String getUserId()
Gets the userId value for this Application.

Returns:
userId

setUserId

public void setUserId(java.lang.String userId)
Sets the userId value for this Application.

Parameters:
userId -

getEmail

public java.lang.String getEmail()
Gets the email value for this Application.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this Application.

Parameters:
email -

getPassword

public java.lang.String getPassword()
Gets the password value for this Application.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this Application.

Parameters:
password -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this Application.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this Application.

Parameters:
firstName -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this Application.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this Application.

Parameters:
lastName -

getOrganization

public java.lang.String getOrganization()
Gets the organization value for this Application.

Returns:
organization

setOrganization

public void setOrganization(java.lang.String organization)
Sets the organization value for this Application.

Parameters:
organization -

getAddress

public java.lang.String getAddress()
Gets the address value for this Application.

Returns:
address

setAddress

public void setAddress(java.lang.String address)
Sets the address value for this Application.

Parameters:
address -

getAddress2

public java.lang.String getAddress2()
Gets the address2 value for this Application.

Returns:
address2

setAddress2

public void setAddress2(java.lang.String address2)
Sets the address2 value for this Application.

Parameters:
address2 -

getCity

public java.lang.String getCity()
Gets the city value for this Application.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this Application.

Parameters:
city -

getState

public StateCode getState()
Gets the state value for this Application.

Returns:
state

setState

public void setState(StateCode state)
Sets the state value for this Application.

Parameters:
state -

getZipcode

public java.lang.String getZipcode()
Gets the zipcode value for this Application.

Returns:
zipcode

setZipcode

public void setZipcode(java.lang.String zipcode)
Sets the zipcode value for this Application.

Parameters:
zipcode -

getCountry

public CountryCode getCountry()
Gets the country value for this Application.

Returns:
country

setCountry

public void setCountry(CountryCode country)
Sets the country value for this Application.

Parameters:
country -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this Application.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this Application.

Parameters:
phoneNumber -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer