|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DbCountryEntity
All objects that define a country shall implement this interface.
CountryDetails
Method Summary | |
---|---|
String |
getCountry()
Returns the 2-letter country code identifier defined in ISO 3166. |
boolean |
getIsCountry()
Specifies if this object is also a country or not. |
void |
setCountry(String country)
Initializes the 2-letter country code identifier defined in ISO 3166. |
void |
setIsCountry(boolean isCountry)
Specifies if this object is also a country or not. |
Methods inherited from interface christophedelory.betty.interfaces.DbIdEntity |
---|
getId, setId |
Methods inherited from interface christophedelory.interfaces.DbEntity |
---|
getBase, getCreationDate, getCreationUserId, getUpdateDate, getUpdateUserId, setBase, setUpdateDate, setUpdateUserId |
Method Detail |
---|
String getCountry()
null
.
EJBException
- if any exception occured during the execution of this method.setCountry(String)
void setCountry(String country)
country
- the country code. May be null
.
EJBException
- if any exception occured during the execution of this method.getCountry()
boolean getIsCountry()
true
if this EJB object refers to a country, false
otherwise.
EJBException
- if any exception occured during the execution of this method.setIsCountry(boolean)
void setIsCountry(boolean isCountry)
isCountry
- true
if this EJB object refers to a country, false
otherwise.
EJBException
- if any exception occured during the execution of this method.getIsCountry()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |