com.konakart.json.app
Class J_SSOToken

java.lang.Object
  extended by com.konakart.json.app.J_SSOToken
All Implemented Interfaces:
java.io.Serializable

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

The SSOToken class contains information to facilitate the transfer of session information when accessing a KonaKart application from multiple sources.

See Also:
Serialized Form

Constructor Summary
J_SSOToken()
           
 
Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 int getCustomerId()
           
 java.util.Calendar getDateAdded()
           
 int getId()
           
 java.lang.String getSecretKey()
           
 java.lang.String getSessionId()
           
 void setCustom1(java.lang.String _custom1)
           
 void setCustom2(java.lang.String _custom2)
           
 void setCustom3(java.lang.String _custom3)
           
 void setCustomerId(int _customerId)
           
 void setDateAdded(java.util.Calendar _dateAdded)
           
 void setId(int _id)
           
 void setSecretKey(java.lang.String _secretKey)
           
 void setSessionId(java.lang.String _sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_SSOToken

public J_SSOToken()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int _id)
Parameters:
_id - the id to set

getCustomerId

public int getCustomerId()
Returns:
the customerId

setCustomerId

public void setCustomerId(int _customerId)
Parameters:
_customerId - the customerId to set

getSecretKey

public java.lang.String getSecretKey()
Returns:
the secretKey

setSecretKey

public void setSecretKey(java.lang.String _secretKey)
Parameters:
_secretKey - the secretKey to set

getSessionId

public java.lang.String getSessionId()
Returns:
the sessionId

setSessionId

public void setSessionId(java.lang.String _sessionId)
Parameters:
_sessionId - the sessionId to set

getDateAdded

public java.util.Calendar getDateAdded()
Returns:
the dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar _dateAdded)
Parameters:
_dateAdded - the dateAdded to set

getCustom1

public java.lang.String getCustom1()
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String _custom1)
Parameters:
_custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String _custom2)
Parameters:
_custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String _custom3)
Parameters:
_custom3 - the custom3 to set


Copyright © 2011 DS Data Systems UK Ltd.