edu.pdx.cs399J.family
Class PersonMain

java.lang.Object
  extended by edu.pdx.cs399J.family.PersonMain

public class PersonMain
extends Object

A class with a main method for testing Person. Once upon a time, this functionality was part of the Person class. However, since GWT cannot handle DateFormat on the client side, I had to move it to its own class.

Since:
Summer 2008

Constructor Summary
PersonMain()
           
 
Method Summary
static void main(String[] args)
          A simple test program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonMain

public PersonMain()
Method Detail

main

public static void main(String[] args)
A simple test program.



Copyright © 2000-2009 Portland State University. All Rights Reserved.