Interface Country
- All Superinterfaces:
BaseEntity
,Serializable
- All Known Implementing Classes:
CountryImpl
Country entity used internally by NetLicensing.
Properties visible via NetLicensing API:
code - Unique code of country.
name - Unique name of country
vat - Country vat.
isEu - is country in EU.
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
boolean
getIsEu()
getName()
void
void
setIsEu
(boolean isEu) void
void
setVatPercent
(BigDecimal vat) Methods inherited from interface com.labs64.netlicensing.domain.entity.BaseEntity
addProperty, asMap, getActive, getNumber, getProperties, removeProperty, setActive, setNumber
-
Method Details
-
setCode
-
getCode
String getCode() -
setName
-
getName
String getName() -
setVatPercent
-
getVatPercent
BigDecimal getVatPercent() -
setIsEu
void setIsEu(boolean isEu) -
getIsEu
boolean getIsEu()
-