org.squashtest.csp.core.bugtracker.mantis.binding
Class AccountData

java.lang.Object
  extended by org.squashtest.csp.core.bugtracker.mantis.binding.AccountData
All Implemented Interfaces:
Serializable

public class AccountData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AccountData()
           
AccountData(BigInteger id, String name, String real_name, String email)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEmail()
          Gets the email value for this AccountData.
 BigInteger getId()
          Gets the id value for this AccountData.
 String getName()
          Gets the name value for this AccountData.
 String getReal_name()
          Gets the real_name value for this AccountData.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEmail(String email)
          Sets the email value for this AccountData.
 void setId(BigInteger id)
          Sets the id value for this AccountData.
 void setName(String name)
          Sets the name value for this AccountData.
 void setReal_name(String real_name)
          Sets the real_name value for this AccountData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountData

public AccountData()

AccountData

public AccountData(BigInteger id,
                   String name,
                   String real_name,
                   String email)
Method Detail

getId

public BigInteger getId()
Gets the id value for this AccountData.

Returns:
id

setId

public void setId(BigInteger id)
Sets the id value for this AccountData.

Parameters:
id -

getName

public String getName()
Gets the name value for this AccountData.

Returns:
name

setName

public void setName(String name)
Sets the name value for this AccountData.

Parameters:
name -

getReal_name

public String getReal_name()
Gets the real_name value for this AccountData.

Returns:
real_name

setReal_name

public void setReal_name(String real_name)
Sets the real_name value for this AccountData.

Parameters:
real_name -

getEmail

public String getEmail()
Gets the email value for this AccountData.

Returns:
email

setEmail

public void setEmail(String email)
Sets the email value for this AccountData.

Parameters:
email -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.