com.clra.member
Class Address
java.lang.Object
|
+--com.clra.member.Address
- All Implemented Interfaces:
- Serializable
- public class Address
- extends Object
- implements Serializable
Encapsulates address information about a CLRA member.
- Version:
- $Id: Address.java,v 1.2 2002/02/18 18:03:07 rphall Exp $
- Author:
- Rick Hall
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address()
- Produces an invalid Address object. Used only during deserialization.
Address
public Address(String street1,
String street2,
String city,
String state,
String zip)
throws ValidationException
getStreet1
public String getStreet1()
getStreet2
public String getStreet2()
getCity
public String getCity()
getState
public String getState()
getZip
public String getZip()