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
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
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()
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.