Package africa.absa.inception.reference
Class LanguageId
- java.lang.Object
-
- africa.absa.inception.reference.LanguageId
-
- All Implemented Interfaces:
Serializable
public class LanguageId extends Object implements Serializable
The LanguageId class implements the ID class for the Language class.- Author:
- Marcus Portmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LanguageId()
-
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.
-
-