Uses of Class
dev.vality.damsel.domain.CountryRef
Packages that use CountryRef
-
Uses of CountryRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CountryRefMethods in dev.vality.damsel.domain that return CountryRefModifier and TypeMethodDescriptionCountryRef.deepCopy()InternationalLegalEntity.getCountry()Reference.getCountry()CountryObject.getRef()CountryRef.setId(CountryCode id) Methods in dev.vality.damsel.domain with parameters of type CountryRefModifier and TypeMethodDescriptionintCountryRef.compareTo(CountryRef other) static ReferenceReference.country(CountryRef value) booleanCountryRef.equals(CountryRef that) InternationalLegalEntity.setCountry(CountryRef country) voidReference.setCountry(CountryRef value) CountryObject.setRef(CountryRef ref) Constructors in dev.vality.damsel.domain with parameters of type CountryRefModifierConstructorDescriptionCountryObject(CountryRef ref, Country data) CountryRef(CountryRef other) Performs a deep copy on other.