|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoolbox.oracle.siebel.session.beans.Token
public class Token
Java Bean style class to store a token value and other meta data.
Constructor Summary | |
---|---|
Token()
Default constructor. |
Method Summary | |
---|---|
int |
getCounter()
Return the counter property. |
java.util.Date |
getExpiryDate()
Return the expiration date property. |
java.lang.String |
getValue()
Return the value of this token. |
void |
setCounter(int counter)
Set the counter property for this token. |
void |
setExpiryDate(java.util.Date expDate)
Set the expiry date property for this token. |
void |
setValue(java.lang.String value)
Set the value of the token. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Token()
Method Detail |
---|
public void setValue(java.lang.String value)
value
- String containing the value of the token.public void setCounter(int counter)
counter
- int containing the new counter value.public void setExpiryDate(java.util.Date expDate)
expDate
- Date instance indicating the new expiration date.public java.lang.String getValue()
public int getCounter()
public java.util.Date getExpiryDate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |