Class GroupEntity
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.entity.Entity
-
- technology.openpool.ldap.adapter.api.entity.GroupEntity
-
- All Implemented Interfaces:
Row,DescribableEntity
public class GroupEntity extends Entity implements DescribableEntity
The group entity.
-
-
Constructor Summary
Constructors Constructor Description GroupEntity(String name, String description)Instantiates a new Group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectfindColumn(String columnName)StringgetDescription()Gets description.EntityTypegetEntityType()Gets the entity type.StringgetName()Gets name.
-
-
-
Method Detail
-
getName
public String getName()
Gets name.- Returns:
- the name
-
getDescription
public String getDescription()
Gets description.- Specified by:
getDescriptionin interfaceDescribableEntity- Returns:
- the description
-
getEntityType
public EntityType getEntityType()
Gets the entity type.- Specified by:
getEntityTypein classEntity- Returns:
- the entity type
-
findColumn
protected Object findColumn(String columnName)
- Specified by:
findColumnin classEntity
-
-