Uses of Class
dev.vality.damsel.domain.CountryRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CountryRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CountryRef Modifier and Type Field Description CountryRefInternationalLegalEntity. countryCountryRefCountryObject. refMethods in dev.vality.damsel.domain that return CountryRef Modifier and Type Method Description CountryRefCountryRef. deepCopy()CountryRefInternationalLegalEntity. getCountry()CountryRefReference. getCountry()CountryRefCountryObject. getRef()CountryRefCountryRef. setId(CountryCode id)Methods in dev.vality.damsel.domain with parameters of type CountryRef Modifier and Type Method Description intCountryRef. compareTo(CountryRef other)static ReferenceReference. country(CountryRef value)booleanCountryRef. equals(CountryRef that)InternationalLegalEntityInternationalLegalEntity. setCountry(CountryRef country)voidReference. setCountry(CountryRef value)CountryObjectCountryObject. setRef(CountryRef ref)Constructors in dev.vality.damsel.domain with parameters of type CountryRef Constructor Description CountryObject(CountryRef ref, Country data)CountryRef(CountryRef other)Performs a deep copy on other.