Package africa.absa.inception.reference
Class CountryId
- java.lang.Object
-
- africa.absa.inception.reference.CountryId
-
- All Implemented Interfaces:
Serializable
public class CountryId extends Object implements Serializable
The CountryId class implements the ID class for the Country class.- Author:
- Marcus Portmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountryId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Indicates whether some other object is "equal to" this one.inthashCode()Returns a hash code value for the object.
-
-
-
Method Detail
-
equals
public boolean equals(Object object)
Indicates whether some other object is "equal to" this one.
-
-