|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.sfee.webservice.UserSoapRow
public class UserSoapRow
| Constructor Summary | |
|---|---|
UserSoapRow()
|
|
UserSoapRow(String email,
String fullName,
String status,
boolean superUser,
String userName)
|
|
| 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 UserSoapRow. |
String |
getFullName()
Gets the fullName value for this UserSoapRow. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStatus()
Gets the status value for this UserSoapRow. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
String |
getUserName()
Gets the userName value for this UserSoapRow. |
int |
hashCode()
|
boolean |
isSuperUser()
Gets the superUser value for this UserSoapRow. |
void |
setEmail(String email)
Sets the email value for this UserSoapRow. |
void |
setFullName(String fullName)
Sets the fullName value for this UserSoapRow. |
void |
setStatus(String status)
Sets the status value for this UserSoapRow. |
void |
setSuperUser(boolean superUser)
Sets the superUser value for this UserSoapRow. |
void |
setUserName(String userName)
Sets the userName value for this UserSoapRow. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSoapRow()
public UserSoapRow(String email,
String fullName,
String status,
boolean superUser,
String userName)
| Method Detail |
|---|
public String getEmail()
public void setEmail(String email)
email - public String getFullName()
public void setFullName(String fullName)
fullName - public String getStatus()
public void setStatus(String status)
status - public boolean isSuperUser()
public void setSuperUser(boolean superUser)
superUser - public String getUserName()
public void setUserName(String userName)
userName - 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 | |||||||||