public class UserServiceResult extends Object implements Serializable
Constructor and Description |
---|
UserServiceResult() |
UserServiceResult(String email,
String firstName,
String lastName,
String login,
Integer userId) |
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 UserServiceResult.
|
String |
getFirstName()
Gets the firstName value for this UserServiceResult.
|
String |
getLastName()
Gets the lastName value for this UserServiceResult.
|
String |
getLogin()
Gets the login value for this UserServiceResult.
|
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
|
Integer |
getUserId()
Gets the userId value for this UserServiceResult.
|
int |
hashCode() |
void |
setEmail(String email)
Sets the email value for this UserServiceResult.
|
void |
setFirstName(String firstName)
Sets the firstName value for this UserServiceResult.
|
void |
setLastName(String lastName)
Sets the lastName value for this UserServiceResult.
|
void |
setLogin(String login)
Sets the login value for this UserServiceResult.
|
void |
setUserId(Integer userId)
Sets the userId value for this UserServiceResult.
|
public String getEmail()
public void setEmail(String email)
email
- public String getFirstName()
public void setFirstName(String firstName)
firstName
- public String getLastName()
public void setLastName(String lastName)
lastName
- public String getLogin()
public void setLogin(String login)
login
- public Integer getUserId()
public void setUserId(Integer userId)
userId
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018 City of Paris. All rights reserved.