public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOtherInfo() |
int |
getPostalCode() |
String |
getStreet() |
String |
getTown() |
void |
setOtherInfo(String otherInfo) |
void |
setPostalCode(int postalCode) |
void |
setStreet(String street) |
void |
setTown(String town) |
String |
toString() |
public String getStreet()
public void setStreet(String street)
public String getTown()
public void setTown(String town)
public int getPostalCode()
public void setPostalCode(int postalCode)
public String getOtherInfo()
public void setOtherInfo(String otherInfo)
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.