Class PrivilegeImpl

java.lang.Object
org.teamapps.application.api.privilege.PrivilegeImpl
All Implemented Interfaces:
Privilege

public class PrivilegeImpl
extends java.lang.Object
implements Privilege
  • Field Summary

    Fields inherited from interface org.teamapps.application.api.privilege.Privilege

    CREATE, CUSTOM, DELETE, EXECUTE, PRINT, READ, UPDATE
  • Constructor Summary

    Constructors
    Constructor Description
    PrivilegeImpl​(PrivilegeType privilegeType, java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey)  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.icons.Icon getIcon()  
    java.lang.String getName()  
    java.lang.String getTitleKey()  
    PrivilegeType getType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrivilegeImpl

      public PrivilegeImpl​(PrivilegeType privilegeType, java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey)
  • Method Details