com.primus.searchcommon
Class ConstantFeedbackID

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

public class ConstantFeedbackID
extends ConstantID

Wraps a Feedback unique ID

See Also:
Serialized Form

Constructor Summary
ConstantFeedbackID(long number)
          Returns existing Feedback ID.
ConstantFeedbackID(java.lang.Long number)
          Returns existing Feedback 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

ConstantFeedbackID

public ConstantFeedbackID(long number)
Returns existing Feedback ID.

Parameters:
number - a long value of existing ID

ConstantFeedbackID

public ConstantFeedbackID(java.lang.Long number)
Returns existing Feedback ID.

Parameters:
number - a long value of existing ID