|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.SSOToken
public class SSOToken
Constructor Summary | |
---|---|
SSOToken()
|
|
SSOToken(java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
int customerId,
java.util.Calendar dateAdded,
int id,
java.lang.String secretKey,
java.lang.String sessionId)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCustom1()
Gets the custom1 value for this SSOToken. |
java.lang.String |
getCustom2()
Gets the custom2 value for this SSOToken. |
java.lang.String |
getCustom3()
Gets the custom3 value for this SSOToken. |
int |
getCustomerId()
Gets the customerId value for this SSOToken. |
java.util.Calendar |
getDateAdded()
Gets the dateAdded value for this SSOToken. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getId()
Gets the id value for this SSOToken. |
java.lang.String |
getSecretKey()
Gets the secretKey value for this SSOToken. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSessionId()
Gets the sessionId value for this SSOToken. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this SSOToken. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this SSOToken. |
void |
setCustom3(java.lang.String custom3)
Sets the custom3 value for this SSOToken. |
void |
setCustomerId(int customerId)
Sets the customerId value for this SSOToken. |
void |
setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this SSOToken. |
void |
setId(int id)
Sets the id value for this SSOToken. |
void |
setSecretKey(java.lang.String secretKey)
Sets the secretKey value for this SSOToken. |
void |
setSessionId(java.lang.String sessionId)
Sets the sessionId value for this SSOToken. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSOToken()
public SSOToken(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, int customerId, java.util.Calendar dateAdded, int id, java.lang.String secretKey, java.lang.String sessionId)
Method Detail |
---|
public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public int getId()
public void setId(int id)
id
- public java.lang.String getSecretKey()
public void setSecretKey(java.lang.String secretKey)
secretKey
- public java.lang.String getSessionId()
public void setSessionId(java.lang.String sessionId)
sessionId
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |