Class DomainEntity
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.entity.Entity
-
- technology.openpool.ldap.adapter.api.entity.DomainEntity
-
- All Implemented Interfaces:
Row,DescribableEntity
public class DomainEntity extends Entity implements DescribableEntity
The domain entity.
-
-
Constructor Summary
Constructors Constructor Description DomainEntity(String id, String description)Instantiates a new Domain.
-
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.
-
-
-
Method Detail
-
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
-
-