org.broadleafcommerce.profile.core.domain
Interface State

All Superinterfaces:
Serializable
All Known Implementing Classes:
StateImpl

public interface State
extends Serializable


Method Summary
 String getAbbreviation()
           
 Country getCountry()
           
 String getName()
           
 void setAbbreviation(String abbreviation)
           
 void setCountry(Country country)
           
 void setName(String name)
           
 

Method Detail

getAbbreviation

String getAbbreviation()

setAbbreviation

void setAbbreviation(String abbreviation)

getName

String getName()

setName

void setName(String name)

getCountry

Country getCountry()

setCountry

void setCountry(Country country)


Copyright © 2013. All Rights Reserved.