Class PrivilegeTO

java.lang.Object
org.apache.syncope.common.lib.to.PrivilegeTO
All Implemented Interfaces:
Serializable, BaseBean, EntityTO

public class PrivilegeTO extends Object implements EntityTO
See Also:
  • Constructor Details

    • PrivilegeTO

      public PrivilegeTO()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface EntityTO
    • setKey

      public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getApplication

      public String getApplication()
    • setApplication

      public void setApplication(String application)
    • getSpec

      public String getSpec()
    • setSpec

      public void setSpec(String specification)