AddressDOpublic class AddressDO extends Object implements Serializable
Fields Summary |
---|
private String | street | private String | city | private String | state | private String | zip |
Constructors Summary |
---|
public AddressDO(String street, String city, String state, String zip)
this.street = street;
this.city = city;
this.state = state;
this.zip = zip;
|
|