jestr.examples.example99
Class Customer

java.lang.Object
  extended byjestr.examples.example99.Customer

public class Customer
extends java.lang.Object

Author:
David Gilliland

Field Summary
static int FEMALE
           
static int MALE
           
 
Constructor Summary
Customer()
           
Customer(java.lang.String ssn)
           
 
Method Summary
 Customer getSpouse()
           
 void setSpouse(Customer c)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MALE

public static final int MALE
See Also:
Constant Field Values

FEMALE

public static final int FEMALE
See Also:
Constant Field Values
Constructor Detail

Customer

public Customer()

Customer

public Customer(java.lang.String ssn)
Method Detail

getSpouse

public Customer getSpouse()

setSpouse

public void setSpouse(Customer c)

toString

public java.lang.String toString()


Copyright (c) 2001-2003 - Apache Software Foundation