org.broadleafcommerce.profile.core.domain
Class StateImpl

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String abbreviation
           
protected  Country country
           
protected  java.lang.String name
           
 
Constructor Summary
StateImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAbbreviation()
           
 Country getCountry()
           
 java.lang.String getName()
           
 int hashCode()
           
 void setAbbreviation(java.lang.String abbreviation)
           
 void setCountry(Country country)
           
 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

country

protected Country country
Constructor Detail

StateImpl

public StateImpl()
Method Detail

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.