Uses of Class
dev.vality.damsel.domain.CountryObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CountryObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CountryObject Modifier and Type Method Description CountryObjectCountryObject. deepCopy()CountryObjectDomainObject. getCountry()CountryObjectCountryObject. setData(Country data)CountryObjectCountryObject. setRef(CountryRef ref)Methods in dev.vality.damsel.domain with parameters of type CountryObject Modifier and Type Method Description intCountryObject. compareTo(CountryObject other)static DomainObjectDomainObject. country(CountryObject value)booleanCountryObject. equals(CountryObject that)voidDomainObject. setCountry(CountryObject value)Constructors in dev.vality.damsel.domain with parameters of type CountryObject Constructor Description CountryObject(CountryObject other)Performs a deep copy on other.