Package africa.absa.inception.security
Class UserDirectorySummary
java.lang.Object
africa.absa.inception.security.UserDirectorySummary
- All Implemented Interfaces:
Serializable
The UserDirectorySummary class holds the summary information for a user directory.
- Author:
- Marcus Portmann
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.getId()Returns the ID for the user directory.getName()Returns the name of the user directory.getType()Returns the code for the user directory type.inthashCode()Returns a hash code value for the object.
-
Constructor Details
-
UserDirectorySummary
public UserDirectorySummary()Constructs a new UserDirectorySummary.
-
-
Method Details
-
equals
Indicates whether some other object is "equal to" this one. -
getId
Returns the ID for the user directory.- Returns:
- the ID for the user directory
-
getName
Returns the name of the user directory.- Returns:
- the name of the user directory
-
getType
Returns the code for the user directory type.- Returns:
- the code for the user directory type
-
hashCode
public int hashCode()Returns a hash code value for the object.
-