org.broadleafcommerce.profile.core.domain
Class StateImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.StateImpl
- All Implemented Interfaces:
- Serializable, State
@Entity
public class StateImpl
- extends Object
- implements State
- See Also:
- Serialized Form
abbreviation
protected String abbreviation
name
protected String name
country
protected Country country
StateImpl
public StateImpl()
getAbbreviation
public String getAbbreviation()
- Specified by:
getAbbreviation in interface State
setAbbreviation
public void setAbbreviation(String abbreviation)
- Specified by:
setAbbreviation in interface State
getName
public String getName()
- Specified by:
getName in interface State
setName
public void setName(String name)
- Specified by:
setName in interface State
getCountry
public Country getCountry()
- Specified by:
getCountry in interface State
setCountry
public void setCountry(Country country)
- Specified by:
setCountry in interface State
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.