ozone core API

org.ozoneDB.DxLib
Class DxObject

java.lang.Object
  |
  +--org.ozoneDB.DxLib.DxObject
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable
Direct Known Subclasses:
ClassicObjectContainer, ClusterStats, DbCommand, DeathObject, DxAbstractCollection, DxAbstractIterator, DxBBnode, DxBoolean, DxClass, DxClient, DxComparator, DxDiskHashCompatible, DxDouble, DxException, DxInteger, DxListNode, DxLong, DxString, Group, MethodKey, ObjectID, Permissions, User

public class DxObject
extends java.lang.Object
implements DxCompatible

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
DxObject()
          Constructor
 
Method Summary
 java.lang.Object clone()
          liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;
 boolean isLess(DxCompatible obj)
          true, wenn receiver echt kleiner als obj
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DxObject

public DxObject()
Constructor

Method Detail

clone

public java.lang.Object clone()
liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;

Specified by:
clone in interface DxCompatible
Overrides:
clone in class java.lang.Object

isLess

public boolean isLess(DxCompatible obj)
true, wenn receiver echt kleiner als obj

Specified by:
isLess in interface DxCompatible

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.