org.apache.ojb.broker
Class PersonUnidirectional

java.lang.Object
  extended byorg.apache.ojb.broker.Person
      extended byorg.apache.ojb.broker.PersonUnidirectional
All Implemented Interfaces:
java.io.Serializable

public class PersonUnidirectional
extends Person

See Also:
Serialized Form

Constructor Summary
PersonUnidirectional()
          Constructor for PersonUnidirectional.
PersonUnidirectional(int pId, java.lang.String pFirstname, java.lang.String pLastname)
          Constructor for PersonUnidirectional.
 
Methods inherited from class org.apache.ojb.broker.Person
getFirstname, getId, getLastname, getProjects, getRoles, setFirstname, setId, setLastname, setProjects, setRoles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonUnidirectional

public PersonUnidirectional()
Constructor for PersonUnidirectional.


PersonUnidirectional

public PersonUnidirectional(int pId,
                            java.lang.String pFirstname,
                            java.lang.String pLastname)
Constructor for PersonUnidirectional.

Parameters:
pId -
pFirstname -
pLastname -


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