com.konakart.wsapp
Class SSOToken

java.lang.Object
  extended by com.konakart.wsapp.SSOToken
All Implemented Interfaces:
java.io.Serializable

public class SSOToken
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

SSOToken

public SSOToken()

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

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this SSOToken.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this SSOToken.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this SSOToken.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this SSOToken.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this SSOToken.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this SSOToken.

Parameters:
custom3 -

getCustomerId

public int getCustomerId()
Gets the customerId value for this SSOToken.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this SSOToken.

Parameters:
customerId -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this SSOToken.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this SSOToken.

Parameters:
dateAdded -

getId

public int getId()
Gets the id value for this SSOToken.

Returns:
id

setId

public void setId(int id)
Sets the id value for this SSOToken.

Parameters:
id -

getSecretKey

public java.lang.String getSecretKey()
Gets the secretKey value for this SSOToken.

Returns:
secretKey

setSecretKey

public void setSecretKey(java.lang.String secretKey)
Sets the secretKey value for this SSOToken.

Parameters:
secretKey -

getSessionId

public java.lang.String getSessionId()
Gets the sessionId value for this SSOToken.

Returns:
sessionId

setSessionId

public void setSessionId(java.lang.String sessionId)
Sets the sessionId value for this SSOToken.

Parameters:
sessionId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.