org.broadleafcommerce.profile.core.domain
Class StateImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.StateImpl
- All Implemented Interfaces:
- java.io.Serializable, State
@Entity
public class StateImpl
- extends java.lang.Object
- implements State
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
abbreviation
protected java.lang.String abbreviation
name
protected java.lang.String name
country
protected Country country
StateImpl
public StateImpl()
getAbbreviation
public java.lang.String getAbbreviation()
- Specified by:
getAbbreviation in interface State
setAbbreviation
public void setAbbreviation(java.lang.String abbreviation)
- Specified by:
setAbbreviation in interface State
getName
public java.lang.String getName()
- Specified by:
getName in interface State
setName
public void setName(java.lang.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 java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.