Package org.apache.syncope.common.lib.to
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditConfTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
boolean
isActive()
void
setActive(boolean active)
void
setKey(String key)
-