Interface Permissible

All Known Subinterfaces:
TownBlockOwner
All Known Implementing Classes:
PlotGroup, Resident, Town

public interface Permissible
A class used to show permission capability.
Author:
Suneet Tipirneni (Siris)
  • Method Details

    • setPermissions

      void setPermissions(String line)
      The the permissions of this object.
      Parameters:
      line - The String line representation of the permissions.
    • getPermissions

      TownyPermission getPermissions()
      Gets the permissions of the object.
      Returns:
      TownyPermission the permissions of the object.