|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.squashtest.csp.core.bugtracker.mantis.binding.ProfileData
public class ProfileData
| 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 |
|---|
public ProfileData()
public ProfileData(BigInteger id,
AccountData user_id,
String platform,
String os,
String os_build,
String description)
| Method Detail |
|---|
public BigInteger getId()
public void setId(BigInteger id)
id - public AccountData getUser_id()
public void setUser_id(AccountData user_id)
user_id - public String getPlatform()
public void setPlatform(String platform)
platform - public String getOs()
public void setOs(String os)
os - public String getOs_build()
public void setOs_build(String os_build)
os_build - public String getDescription()
public void setDescription(String description)
description - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||