com.primus.searchcommon
Class ConstantLoginSessionID

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

public class ConstantLoginSessionID
extends ConstantID

Wraps a Login Session unique ID.

See Also:
Serialized Form

Constructor Summary
ConstantLoginSessionID(long id)
          Constructs a new instance from the id
ConstantLoginSessionID(java.lang.Long id)
          Constructs a new instance from the id
 
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

ConstantLoginSessionID

public ConstantLoginSessionID(long id)
Constructs a new instance from the id

Parameters:
id - An existing unique login session ID

ConstantLoginSessionID

public ConstantLoginSessionID(java.lang.Long id)
Constructs a new instance from the id

Parameters:
id - An existing unique login session ID