org.broadleafcommerce.profile.core.domain
Class CountryImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.domain.CountryImpl
All Implemented Interfaces:
Serializable, Country

@Entity
public class CountryImpl
extends Object
implements Country

See Also:
Serialized Form

Field Summary
protected  String abbreviation
           
protected  String name
           
 
Constructor Summary
CountryImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAbbreviation()
           
 String getName()
           
 int hashCode()
           
 void setAbbreviation(String Abbreviation)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abbreviation

protected String abbreviation

name

protected String name
Constructor Detail

CountryImpl

public CountryImpl()
Method Detail

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 © 2012. All Rights Reserved.