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

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

public class UserData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserData()
           
UserData(AccountData account_data, BigInteger access_level, String timezone)
           
 
Method Summary
 boolean equals(Object obj)
           
 BigInteger getAccess_level()
          Gets the access_level value for this UserData.
 AccountData getAccount_data()
          Gets the account_data value for this UserData.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTimezone()
          Gets the timezone value for this UserData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccess_level(BigInteger access_level)
          Sets the access_level value for this UserData.
 void setAccount_data(AccountData account_data)
          Sets the account_data value for this UserData.
 void setTimezone(String timezone)
          Sets the timezone value for this UserData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserData

public UserData()

UserData

public UserData(AccountData account_data,
                BigInteger access_level,
                String timezone)
Method Detail

getAccount_data

public AccountData getAccount_data()
Gets the account_data value for this UserData.

Returns:
account_data

setAccount_data

public void setAccount_data(AccountData account_data)
Sets the account_data value for this UserData.

Parameters:
account_data -

getAccess_level

public BigInteger getAccess_level()
Gets the access_level value for this UserData.

Returns:
access_level

setAccess_level

public void setAccess_level(BigInteger access_level)
Sets the access_level value for this UserData.

Parameters:
access_level -

getTimezone

public String getTimezone()
Gets the timezone value for this UserData.

Returns:
timezone

setTimezone

public void setTimezone(String timezone)
Sets the timezone value for this UserData.

Parameters:
timezone -

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.