org.broadleafcommerce.profile.core.domain
Class CountryImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.CountryImpl
- All Implemented Interfaces:
- java.io.Serializable, Country
@Entity
public class CountryImpl
- extends java.lang.Object
- implements Country
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
abbreviation
|
protected java.lang.String |
name
|
| 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
CountryImpl
public CountryImpl()
getAbbreviation
public java.lang.String getAbbreviation()
- Specified by:
getAbbreviation in interface Country
setAbbreviation
public void setAbbreviation(java.lang.String Abbreviation)
- Specified by:
setAbbreviation in interface Country
getName
public java.lang.String getName()
- Specified by:
getName in interface Country
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface Country
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2011. All Rights Reserved.