Class UserUnitEntity
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.entity.Entity
-
- technology.openpool.ldap.adapter.api.entity.UnitEntity
-
- technology.openpool.ldap.adapter.api.entity.UserUnitEntity
-
- All Implemented Interfaces:
Row,DescribableEntity
public class UserUnitEntity extends UnitEntity
The user unit entity.
-
-
Constructor Summary
Constructors Constructor Description UserUnitEntity(String description)Instantiates a new Unit.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityTypegetEntityType()Gets the entity type.-
Methods inherited from class technology.openpool.ldap.adapter.api.entity.UnitEntity
findColumn, getDescription
-
-
-
-
Constructor Detail
-
UserUnitEntity
public UserUnitEntity(String description)
Instantiates a new Unit.- Parameters:
description- the description
-
-
Method Detail
-
getEntityType
public EntityType getEntityType()
Gets the entity type.- Specified by:
getEntityTypein classEntity- Returns:
- the entity type
-
-