org.squashtest.csp.core.bugtracker.mantis.binding
public class AccountData extends Object implements Serializable
| Constructor and Description |
|---|
AccountData() |
AccountData(BigInteger id,
String name,
String real_name,
String email) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public AccountData()
public AccountData(BigInteger id, String name, String real_name, String email)
public BigInteger getId()
public void setId(BigInteger id)
id - public String getName()
public void setName(String name)
name - public String getReal_name()
public void setReal_name(String real_name)
real_name - public String getEmail()
public void setEmail(String email)
email - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.