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