Interface RequestTypePermissionEntity

All Superinterfaces:
Serializable

public interface RequestTypePermissionEntity extends Serializable
Represents an entity that a request type permission applies to.
  • Method Details

    • getId

      int getId()
      Get the id of this permission entity.
    • getPermissionEntityType

      RequestTypePermissionEntityType getPermissionEntityType()
      Get the type of entity that this permission applies to.
    • getPermissionEntityId

      String getPermissionEntityId()
      Get the id of the entity that this permission applies to.
    • getDisplayName

      String getDisplayName()
      Get the display name of the entity that this permission applies to.