|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteEntity
org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteUser
public class RemoteUser
| Constructor Summary | |
|---|---|
RemoteUser()
|
|
RemoteUser(String email,
String fullname,
String name)
|
|
| 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 RemoteUser. |
String |
getFullname()
Gets the fullname value for this RemoteUser. |
String |
getName()
Gets the name value for this RemoteUser. |
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 |
int |
hashCode()
|
void |
setEmail(String email)
Sets the email value for this RemoteUser. |
void |
setFullname(String fullname)
Sets the fullname value for this RemoteUser. |
void |
setName(String name)
Sets the name value for this RemoteUser. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteUser()
public RemoteUser(String email,
String fullname,
String name)
| Method Detail |
|---|
public String getEmail()
public void setEmail(String email)
email - public String getFullname()
public void setFullname(String fullname)
fullname - public String getName()
public void setName(String name)
name - public boolean equals(Object obj)
equals in class RemoteEntitypublic int hashCode()
hashCode in class RemoteEntitypublic 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 | |||||||||