Package com.soffid.iam.model
Class PrinterGroupEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.PrinterGroupEntity
-
- com.soffid.iam.model.PrinterGroupEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class PrinterGroupEntityImpl extends PrinterGroupEntity implements SecurityScopeEntity
Entity GrupImpressoraEntity implementation
-
-
Constructor Summary
Constructors Constructor Description PrinterGroupEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowed(String permission)Operation isAllowed Returns true if the permission on this object is granted-
Methods inherited from class com.soffid.iam.model.PrinterGroupEntity
equals, getGroup, getId, getOrder, getPrinter, hashCode, setGroup, setId, setOrder, setPrinter
-
-
-
-
Method Detail
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:PrinterGroupEntityOperation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classPrinterGroupEntity
-
-