com.javapowertools.taxcalculator.domain
Class Customer

Package class diagram package Customer
java.lang.Object
  extended by com.javapowertools.taxcalculator.domain.Customer

public class Customer
extends Object


Field Summary
private  String id
           
 
Constructor Summary
Customer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private String id
Constructor Detail

Customer

public Customer()