Package africa.absa.inception.security
Class UserDirectoryType
- java.lang.Object
-
- africa.absa.inception.security.UserDirectoryType
-
- All Implemented Interfaces:
Serializable
@Entity public class UserDirectoryType extends Object implements Serializable
The UserDirectoryType class holds the information for a user directory type.- Author:
- Marcus Portmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserDirectoryType()Constructs a new UserDirectoryType.
-
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.StringgetCode()Returns the code for the user directory type.StringgetName()Returns the name of the user directory type.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.
-
getCode
public String getCode()
Returns the code for the user directory type.- Returns:
- the code for the user directory type
-
getName
public String getName()
Returns the name of the user directory type.- Returns:
- the name of the user directory type
-
-