org.apache.ojb.broker
Class ProjectWithArray

java.lang.Object
  extended byorg.apache.ojb.broker.ProjectWithArray

public class ProjectWithArray
extends java.lang.Object

Version:
$Id: ProjectWithArray.java,v 1.1 2003/12/20 20:55:36 brj Exp $
Author:
Oliver Matz

Constructor Summary
ProjectWithArray()
           
ProjectWithArray(int pId, java.lang.String pTitle, java.lang.String pDescription)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getId()
           
 PersonWithArray[] getPersons()
           
 java.lang.String getTitle()
           
 void setDescription(java.lang.String description)
           
 void setId(int id)
           
 void setPersons(PersonWithArray[] persons)
           
 void setTitle(java.lang.String title)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectWithArray

public ProjectWithArray()

ProjectWithArray

public ProjectWithArray(int pId,
                        java.lang.String pTitle,
                        java.lang.String pDescription)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getPersons

public PersonWithArray[] getPersons()

setPersons

public void setPersons(PersonWithArray[] persons)

toString

public java.lang.String toString()


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