org.apache.commons.betwixt.io
Class NullPersonBean

java.lang.Object
  extended by org.apache.commons.betwixt.io.PersonBean
      extended by org.apache.commons.betwixt.io.NullPersonBean

public class NullPersonBean
extends PersonBean

Marker class

Author:
Apache Commons Team of the Apache Software Foundation

Constructor Summary
NullPersonBean()
           
NullPersonBean(java.lang.String forename, java.lang.String surname)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.betwixt.io.PersonBean
getForenames, getSurname, setForenames, setSurname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPersonBean

public NullPersonBean()

NullPersonBean

public NullPersonBean(java.lang.String forename,
                      java.lang.String surname)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.