public class SSOToken extends java.lang.Object implements SSOTokenIf
Constructor and Description |
---|
SSOToken()
Constructor
|
SSOToken(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the SSOToken object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String |
toString() |
public SSOToken()
public SSOToken(com.workingdogs.village.Record vr, KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public int getId()
getId
in interface SSOTokenIf
public void setId(int id)
setId
in interface SSOTokenIf
id
- the id to setpublic int getCustomerId()
getCustomerId
in interface SSOTokenIf
public void setCustomerId(int customerId)
setCustomerId
in interface SSOTokenIf
customerId
- the customerId to setpublic java.lang.String getSecretKey()
getSecretKey
in interface SSOTokenIf
public void setSecretKey(java.lang.String secretKey)
setSecretKey
in interface SSOTokenIf
secretKey
- the secretKey to setpublic java.lang.String getSessionId()
getSessionId
in interface SSOTokenIf
public void setSessionId(java.lang.String sessionId)
setSessionId
in interface SSOTokenIf
sessionId
- the sessionId to setpublic java.util.Calendar getDateAdded()
getDateAdded
in interface SSOTokenIf
public void setDateAdded(java.util.Calendar dateAdded)
setDateAdded
in interface SSOTokenIf
dateAdded
- the dateAdded to setpublic java.lang.String getCustom1()
getCustom1
in interface SSOTokenIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface SSOTokenIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface SSOTokenIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface SSOTokenIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
getCustom3
in interface SSOTokenIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface SSOTokenIf
custom3
- the custom3 to setCopyright © 2018 DS Data Systems UK Ltd.