@Entity public class PhysicalAddress extends AbstractEntity
| Constructor and Description |
|---|
PhysicalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMunicipality() |
String |
getPostalCode()
Gets the
postalCode property. |
String |
getState()
Gets the
state property. |
String |
getStreetAddress() |
void |
setMunicipality(String municipality)
Sets the
municipality property. |
void |
setPostalCode(String postalCode)
Sets the
postalCode property. |
void |
setState(String state)
Sets the
state property. |
void |
setStreetAddress(String streetAddress) |
getId, getVersion, hashCode, setId, setVersion, toStringpublic String getStreetAddress()
public void setStreetAddress(String streetAddress)
public String getMunicipality()
public void setMunicipality(String municipality)
municipality property.municipality - the property value to setpublic String getState()
state property.public void setState(String state)
state property.state - the property value to setpublic String getPostalCode()
postalCode property.public void setPostalCode(String postalCode)
postalCode property.postalCode - the property value to setpublic boolean equals(Object obj)
equals in class AbstractEntityCopyright © 2014–2016. All rights reserved.