ozone core API

test.simple
Class AutoImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended bytest.simple.AutoImpl
All Implemented Interfaces:
Auto, org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, java.io.Serializable
Direct Known Subclasses:
BusImpl

public class AutoImpl
extends org.ozoneDB.OzoneObject
implements Auto

See Also:
Serialized Form

Field Summary
(package private)  int age
           
private static org.apache.log4j.Category fLog
          log4j logger
(package private)  Auto link
           
(package private)  java.lang.String name
           
(package private) static long serialVersionUID
          The serialization version id used by the Java serialization.
(package private)  java.util.Vector v
           
 
Fields inherited from class org.ozoneDB.OzoneObject
 
Constructor Summary
AutoImpl()
           
 
Method Summary
 java.lang.Integer age()
           
 void done()
           
 Auto doSomthing(Auto auto)
           
 boolean equals(java.lang.Object obj)
           
 Auto link()
           
 java.lang.String name()
           
 java.lang.String nameName()
           
 void onCreate()
           
 void onDelete()
           
 void print()
           
 int setAge(int newAge)
           
 void setAge(java.lang.Integer newAge)
           
 Auto setLink(Auto auto)
           
 void setName(java.lang.String newName)
           
 java.lang.String toString()
           
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, getHandle, getObjectID, handle, hashCode, onActivate, onPassivate, requireWriteLocking, self, setContainer, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Field Detail

fLog

private static org.apache.log4j.Category fLog
log4j logger


serialVersionUID

static final long serialVersionUID
The serialization version id used by the Java serialization. Please, see also the Java documentation.

See Also:
Constant Field Values

name

java.lang.String name

age

int age

link

Auto link

v

java.util.Vector v
Constructor Detail

AutoImpl

public AutoImpl()
Method Detail

onCreate

public void onCreate()
Specified by:
onCreate in interface org.ozoneDB.OzoneCompatible

onDelete

public void onDelete()
Specified by:
onDelete in interface org.ozoneDB.OzoneCompatible

equals

public boolean equals(java.lang.Object obj)

nameName

public java.lang.String nameName()
                          throws java.lang.Exception
Specified by:
nameName in interface Auto
Throws:
java.lang.Exception

doSomthing

public Auto doSomthing(Auto auto)
                throws java.lang.Exception
Specified by:
doSomthing in interface Auto
Throws:
java.lang.Exception

setLink

public Auto setLink(Auto auto)
             throws java.lang.Exception
Specified by:
setLink in interface Auto
Throws:
java.lang.Exception

link

public Auto link()
Specified by:
link in interface Auto

print

public void print()
Specified by:
print in interface Auto

setName

public void setName(java.lang.String newName)
Specified by:
setName in interface Auto

name

public java.lang.String name()
Specified by:
name in interface Auto

setAge

public void setAge(java.lang.Integer newAge)
Specified by:
setAge in interface Auto

setAge

public int setAge(int newAge)
Specified by:
setAge in interface Auto

age

public java.lang.Integer age()
Specified by:
age in interface Auto

toString

public java.lang.String toString()
Specified by:
toString in interface Auto

done

public void done()
          throws java.lang.Exception
Throws:
java.lang.Exception

ozone core API

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