Class CategoryNotification

java.lang.Object
net.atthegate.server.models.CategoryNotification
All Implemented Interfaces:
Serializable

public class CategoryNotification extends Object implements Serializable
See Also:
  • Field Details

    • categoryId

      public Long categoryId
    • notifyOnEntranse

      public Boolean notifyOnEntranse
    • notifyOnExit

      public Boolean notifyOnExit
    • categoryName

      public String categoryName
    • notifyOnEntranseDefault

      public boolean notifyOnEntranseDefault
    • notifyOnExitDefault

      public boolean notifyOnExitDefault
  • Constructor Details

    • CategoryNotification

      public CategoryNotification()