Package org.cyclos.impl.access
Class BaseEntityCheck<E extends SimpleEntity>
- java.lang.Object
-
- org.cyclos.impl.access.BaseEntityCheck<E>
-
- All Implemented Interfaces:
EntityCheck<E>
public abstract class BaseEntityCheck<E extends SimpleEntity> extends Object implements EntityCheck<E>
Base implementation forEntityChecks
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<E>entityType
-
Constructor Summary
Constructors Constructor Description BaseEntityCheck(Class<E> entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<E>getEntityType()Returns the handled entity type-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.access.EntityCheck
isVisible
-
-
-
-
Field Detail
-
entityType
protected final Class<E extends SimpleEntity> entityType
-
-
Method Detail
-
getEntityType
public final Class<E> getEntityType()
Description copied from interface:EntityCheckReturns the handled entity type- Specified by:
getEntityTypein interfaceEntityCheck<E extends SimpleEntity>
-
-