|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.psoft.hsphere.axis.AuthToken
public class AuthToken
| Constructor Summary | |
|---|---|
AuthToken()
|
|
AuthToken(int accountId,
java.lang.String login,
java.lang.String password,
Role role)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAccountId()
Gets the accountId value for this AuthToken. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getLogin()
Gets the login value for this AuthToken. |
java.lang.String |
getPassword()
Gets the password value for this AuthToken. |
Role |
getRole()
Gets the role value for this AuthToken. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAccountId(int accountId)
Sets the accountId value for this AuthToken. |
void |
setLogin(java.lang.String login)
Sets the login value for this AuthToken. |
void |
setPassword(java.lang.String password)
Sets the password value for this AuthToken. |
void |
setRole(Role role)
Sets the role value for this AuthToken. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthToken()
public AuthToken(int accountId,
java.lang.String login,
java.lang.String password,
Role role)
| Method Detail |
|---|
public int getAccountId()
public void setAccountId(int accountId)
accountId - public java.lang.String getLogin()
public void setLogin(java.lang.String login)
login - public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - public Role getRole()
public void setRole(Role role)
role - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||