org.broadleafcommerce.profile.core.domain
Interface Country

All Superinterfaces:
Serializable
All Known Implementing Classes:
CountryImpl

public interface Country
extends Serializable


Method Summary
 String getAbbreviation()
           
 String getName()
           
 void setAbbreviation(String Abbreviation)
           
 void setName(String name)
           
 

Method Detail

getAbbreviation

String getAbbreviation()

setAbbreviation

void setAbbreviation(String Abbreviation)

getName

String getName()

setName

void setName(String name)


Copyright © 2013. All Rights Reserved.