public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Long |
getIdNumber() |
Long |
getPostalcode() |
String |
getStreet() |
int |
hashCode() |
void |
setIdNumber(Long idNumber) |
void |
setPostalcode(Long postalcode) |
void |
setStreet(String street) |
Copyright © 2016 Glasnost. All rights reserved.