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

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

public class ProfileData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProfileData()
           
ProfileData(BigInteger id, AccountData user_id, String platform, String os, String os_build, String description)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this ProfileData.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 BigInteger getId()
          Gets the id value for this ProfileData.
 String getOs_build()
          Gets the os_build value for this ProfileData.
 String getOs()
          Gets the os value for this ProfileData.
 String getPlatform()
          Gets the platform value for this ProfileData.
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
 AccountData getUser_id()
          Gets the user_id value for this ProfileData.
 int hashCode()
           
 void setDescription(String description)
          Sets the description value for this ProfileData.
 void setId(BigInteger id)
          Sets the id value for this ProfileData.
 void setOs_build(String os_build)
          Sets the os_build value for this ProfileData.
 void setOs(String os)
          Sets the os value for this ProfileData.
 void setPlatform(String platform)
          Sets the platform value for this ProfileData.
 void setUser_id(AccountData user_id)
          Sets the user_id value for this ProfileData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileData

public ProfileData()

ProfileData

public ProfileData(BigInteger id,
                   AccountData user_id,
                   String platform,
                   String os,
                   String os_build,
                   String description)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getUser_id

public AccountData getUser_id()
Gets the user_id value for this ProfileData.

Returns:
user_id

setUser_id

public void setUser_id(AccountData user_id)
Sets the user_id value for this ProfileData.

Parameters:
user_id -

getPlatform

public String getPlatform()
Gets the platform value for this ProfileData.

Returns:
platform

setPlatform

public void setPlatform(String platform)
Sets the platform value for this ProfileData.

Parameters:
platform -

getOs

public String getOs()
Gets the os value for this ProfileData.

Returns:
os

setOs

public void setOs(String os)
Sets the os value for this ProfileData.

Parameters:
os -

getOs_build

public String getOs_build()
Gets the os_build value for this ProfileData.

Returns:
os_build

setOs_build

public void setOs_build(String os_build)
Sets the os_build value for this ProfileData.

Parameters:
os_build -

getDescription

public String getDescription()
Gets the description value for this ProfileData.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this ProfileData.

Parameters:
description -

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.