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