Interface Activatable

All Known Subinterfaces:
Agent, OrgUnit, Role, TimerEntry, User, UserRole

public interface Activatable
Activatable objects can be activated and deactivated. They have an "active" field in the database table and java class.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setActive(boolean active)
     
  • Method Details

    • isActive

      boolean isActive()
    • setActive

      void setActive(boolean active)