equip.data
Class LongBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.LongBox
              extended byequip.data.LongBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class LongBoxImpl
extends LongBox

Implementation of IDL'd abstract class LongBox


Field Summary
 
Fields inherited from class equip.data.LongBox
value
 
Constructor Summary
LongBoxImpl()
           
LongBoxImpl(long v)
          convenience constructor
LongBoxImpl(java.lang.Long v)
          convenience constructor - v must not be null
 
Methods inherited from class equip.data.LongBox
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongBoxImpl

public LongBoxImpl()

LongBoxImpl

public LongBoxImpl(long v)
convenience constructor


LongBoxImpl

public LongBoxImpl(java.lang.Long v)
convenience constructor - v must not be null