Class EntryStatusRollOutCall

java.lang.Object
net.atthegate.server.models.EntryStatusRollOutCall

public class EntryStatusRollOutCall extends Object
  • Field Details

    • STATE_ACTIVE

      public static final String STATE_ACTIVE
      See Also:
    • STATE_CLOSED

      public static final String STATE_CLOSED
      See Also:
    • id

      public Long id
    • uid

      public String uid
    • state

      public String state
    • isActive

      public boolean isActive
    • description

      public String description
    • days

      public String days
    • dateStarted

      public Long dateStarted
    • dateStopped

      public Long dateStopped
    • startedByUid

      public String startedByUid
    • startedBy

      public String startedBy
    • stoppedByUid

      public String stoppedByUid
    • stoppedBy

      public String stoppedBy
    • entriesCount

      public Integer entriesCount
    • personsCount

      public Integer personsCount
    • checkedCount

      public Integer checkedCount
  • Constructor Details

    • EntryStatusRollOutCall

      public EntryStatusRollOutCall()