org.broadleafcommerce.profile.core.domain
Class StateImpl

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

@Entity
public class StateImpl
extends Object
implements State

See Also:
Serialized Form

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

country

protected Country country
Constructor Detail

StateImpl

public StateImpl()
Method Detail

getAbbreviation

public String getAbbreviation()
Specified by:
getAbbreviation in interface State

setAbbreviation

public void setAbbreviation(String abbreviation)
Specified by:
setAbbreviation in interface State

getName

public String getName()
Specified by:
getName in interface State

setName

public void setName(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 Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.