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:
  • Constructor Details

    • UserDirectoryType

      public UserDirectoryType()
      Constructs a new UserDirectoryType.
  • Method Details

    • equals

      public boolean equals(Object object)
      Indicates whether some other object is "equal to" this one.
      Overrides:
      equals in class Object
      Parameters:
      object - the reference object with which to compare
      Returns:
      true if this object is the same as the object argument otherwise false
    • 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
    • hashCode

      public int hashCode()
      Returns a hash code value for the object.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for the object