ozone core API

test.simple
Interface Auto

All Superinterfaces:
org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
All Known Subinterfaces:
Bus
All Known Implementing Classes:
AutoImpl, BusImpl

public interface Auto
extends org.ozoneDB.OzoneRemote


Method Summary
 java.lang.Integer age()
           
 Auto doSomthing(Auto auto)
           
 Auto link()
           
 java.lang.String name()
           
 java.lang.String nameName()
           
 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 interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Method Detail

print

public void print()

setName

public void setName(java.lang.String newName)

name

public java.lang.String name()

nameName

public java.lang.String nameName()
                          throws java.lang.Exception
Throws:
java.lang.Exception

setAge

public void setAge(java.lang.Integer newAge)
            throws java.lang.Exception
Throws:
java.lang.Exception

setAge

public int setAge(int newAge)
           throws java.lang.Exception
Throws:
java.lang.Exception

age

public java.lang.Integer age()
                      throws java.lang.Exception
Throws:
java.lang.Exception

doSomthing

public Auto doSomthing(Auto auto)
                throws java.lang.Exception
Throws:
java.lang.Exception

setLink

public Auto setLink(Auto auto)
             throws java.lang.Exception
Throws:
java.lang.Exception

link

public Auto link()
          throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()

ozone core API

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