test.ojb.broker
Class Project
java.lang.Object
|
+--test.ojb.broker.Project
- All Implemented Interfaces:
- java.io.Serializable
- public class Project
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Project()
|
Project(int pId,
java.lang.String pTitle,
java.lang.String pDescription)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Project
public Project()
Project
public Project(int pId,
java.lang.String pTitle,
java.lang.String pDescription)
getRoles
public java.util.Collection getRoles()
setRoles
public void setRoles(java.util.Collection roles)
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 java.util.Collection getPersons()
setPersons
public void setPersons(java.util.Collection persons)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04