org.broadleafcommerce.profile.core.domain
Class CountryImpl

java.lang.Object
  extended by 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
           
 
Constructor Summary
CountryImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAbbreviation()
           
 java.lang.String getName()
           
 int hashCode()
           
 void setAbbreviation(java.lang.String Abbreviation)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abbreviation

protected java.lang.String abbreviation

name

protected java.lang.String name
Constructor Detail

CountryImpl

public CountryImpl()
Method Detail

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.