com.cyclops.dbdigger.idbroker
Class NumberKey

java.lang.Object
  extended bycom.cyclops.dbdigger.idbroker.PrimaryKey
      extended bycom.cyclops.dbdigger.idbroker.NumberKey

public class NumberKey
extends PrimaryKey

Add description HERE!

Since:
2003-6-11 14:59:06
Author:
joel guo

Constructor Summary
NumberKey(BigDecimal bd)
          Constructor method for class NumberKey
NumberKey(long value)
          Constructor of class NumberKey
 
Method Summary
 BigDecimal getBigDecimal()
          Method getBigDecimal() in class NumberKey
 long getLong()
          Method getLong() in class NumberKey
 
Methods inherited from class com.cyclops.dbdigger.idbroker.PrimaryKey
getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberKey

public NumberKey(BigDecimal bd)
Constructor method for class NumberKey

Parameters:
bd - BigDecimal object

NumberKey

public NumberKey(long value)
Constructor of class NumberKey

Parameters:
value - long value
Method Detail

getBigDecimal

public BigDecimal getBigDecimal()
Method getBigDecimal() in class NumberKey

Returns:
BigDecimal object

getLong

public long getLong()
Method getLong() in class NumberKey

Returns:
Long value


Copyright © 2003 Cyclops Group. All Rights Reserved.