Class AuditConfTO

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

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

    • AuditConfTO

      public AuditConfTO()
  • Method Details

    • getKey

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

      @PathParam("key") public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)