com.primus.searchcommon
Class ConstantSearchSessionID

java.lang.Object
  extended by com.primus.searchcommon.ConstantID
      extended by com.primus.searchcommon.ConstantSearchSessionID
All Implemented Interfaces:
java.io.Serializable

public class ConstantSearchSessionID
extends ConstantID

Wraps a unique Search Session ID.

See Also:
Serialized Form

Constructor Summary
ConstantSearchSessionID(long number)
          creates a ConstantSearchSession ID with specified number.
ConstantSearchSessionID(java.lang.Long number)
          creates a ConstantSearchSession ID with specified number.
 
Method Summary
 
Methods inherited from class com.primus.searchcommon.ConstantID
equals, hashCode, toInt, toLong, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantSearchSessionID

public ConstantSearchSessionID(long number)
creates a ConstantSearchSession ID with specified number.

Parameters:
number - a long value of ID to be instanciated

ConstantSearchSessionID

public ConstantSearchSessionID(java.lang.Long number)
creates a ConstantSearchSession ID with specified number.

Parameters:
number - a long value of ID to be instanciated