Class UnitEntity
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.entity.Entity
-
- technology.openpool.ldap.adapter.api.entity.UnitEntity
-
- All Implemented Interfaces:
Row,DescribableEntity
- Direct Known Subclasses:
GroupUnitEntity,UserUnitEntity
public abstract class UnitEntity extends Entity implements DescribableEntity
-
-
Constructor Summary
Constructors Constructor Description UnitEntity(String id, String description)Instantiates a new Unit.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectfindColumn(String columnName)StringgetDescription()Gets description.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets description.- Specified by:
getDescriptionin interfaceDescribableEntity- Returns:
- the description
-
findColumn
protected Object findColumn(String columnName)
- Specified by:
findColumnin classEntity
-
-