Interface Right

All Superinterfaces:
KeyValuePair<String,String>, Persistent, Serializable

public interface Right extends Persistent
Interface for describing a right.
  • Field Details

  • Method Details

    • getId

      String getId()
      Return the id of the right.
      Returns:
      the id
    • setId

      void setId(String id)
    • getName

      String getName()
      Returns the name of the right
      Returns:
      the name, a string object
    • setName

      void setName(String name)
    • getApplication

      Application getApplication()
      Returns the application of the right.
      Returns:
      the application
    • setApplication

      void setApplication(Application application)
    • getDescription

      String getDescription()
      Get the description.
      Returns:
      the description
    • setDescription

      void setDescription(String description)