core
Class NonceT

java.lang.Object
  |
  +--core.Message
        |
        +--core.MessageT
              |
              +--core.NonceT
All Implemented Interfaces:
IMessage, INonce

public class NonceT
extends MessageT
implements INonce

Author:
Xavier Didelot

Field Summary
private  java.lang.String id
           
 
Fields inherited from class core.Message
 
Constructor Summary
NonceT()
           
NonceT(java.lang.Integer b)
           
NonceT(java.lang.String string)
           
 
Method Summary
 java.lang.String getId()
          Return the Id of this Nonce
 void setId(java.lang.String string)
          Set the Id of this Nonce
 
Methods inherited from class core.MessageT
decrypt, encrypt, getAllFields, getTag, getTag, getText, hash, removeTags, setString
 
Methods inherited from class core.Message
addMessage, clone, equals, getString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface core.IMessage
addMessage, decrypt, encrypt, equals, getAllFields, getString, hash, setString
 

Field Detail

id

private java.lang.String id
Constructor Detail

NonceT

public NonceT(java.lang.String string)

NonceT

public NonceT()

NonceT

public NonceT(java.lang.Integer b)
Method Detail

getId

public java.lang.String getId()
Return the Id of this Nonce

Specified by:
getId in interface INonce
Returns:
the Id of this Nonce

setId

public void setId(java.lang.String string)
Set the Id of this Nonce

Specified by:
setId in interface INonce
Parameters:
string - the new Id of this Nonce