org.apache.ojb.broker
Class ComplexReferenceTest.AbstractRole

java.lang.Object
  extended byorg.apache.ojb.broker.ComplexReferenceTest.AbstractRole
All Implemented Interfaces:
ComplexReferenceTest.Role
Direct Known Subclasses:
ComplexReferenceTest.ProjectEngineer, ComplexReferenceTest.TeamMember
Enclosing class:
ComplexReferenceTest

public static class ComplexReferenceTest.AbstractRole
extends java.lang.Object
implements ComplexReferenceTest.Role


Field Summary
(package private)  java.lang.String description
           
(package private)  ComplexReferenceTest.Employee employee
           
(package private)  java.lang.Integer id
           
 
Constructor Summary
ComplexReferenceTest.AbstractRole()
           
 
Method Summary
 java.lang.String getDescription()
           
 ComplexReferenceTest.Employee getEmployee()
           
 java.lang.Integer getId()
           
 void setDescription(java.lang.String description)
           
 void setEmployee(ComplexReferenceTest.Employee employee)
           
 void setId(java.lang.Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

java.lang.Integer id

description

java.lang.String description

employee

ComplexReferenceTest.Employee employee
Constructor Detail

ComplexReferenceTest.AbstractRole

public ComplexReferenceTest.AbstractRole()
Method Detail

getEmployee

public ComplexReferenceTest.Employee getEmployee()
Specified by:
getEmployee in interface ComplexReferenceTest.Role

setEmployee

public void setEmployee(ComplexReferenceTest.Employee employee)
Specified by:
setEmployee in interface ComplexReferenceTest.Role

getId

public java.lang.Integer getId()
Specified by:
getId in interface ComplexReferenceTest.Role

setId

public void setId(java.lang.Integer id)
Specified by:
setId in interface ComplexReferenceTest.Role

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ComplexReferenceTest.Role

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface ComplexReferenceTest.Role


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14