org.apache.ojb.broker
Interface ComplexReferenceTest.Role

All Known Implementing Classes:
ComplexReferenceTest.AbstractRole
Enclosing interface:
ComplexReferenceTest

public static interface ComplexReferenceTest.Role


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)
           
 

Method Detail

getEmployee

public ComplexReferenceTest.Employee getEmployee()

setEmployee

public void setEmployee(ComplexReferenceTest.Employee employee)

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)


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