org.broadleafcommerce.profile.core.domain
@Entity public class StateImpl extends Object implements State
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation |
protected Country |
country |
protected String |
name |
| Constructor and Description |
|---|
StateImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbbreviation() |
Country |
getCountry() |
String |
getName() |
int |
hashCode() |
void |
setAbbreviation(String abbreviation) |
void |
setCountry(Country country) |
void |
setName(String name) |
protected String abbreviation
protected String name
protected Country country
public String getAbbreviation()
getAbbreviation in interface Statepublic void setAbbreviation(String abbreviation)
setAbbreviation in interface Statepublic Country getCountry()
getCountry in interface Statepublic void setCountry(Country country)
setCountry in interface StateCopyright © 2015. All Rights Reserved.