Class EventGroup

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.event.payload.EventGroup
All Implemented Interfaces:
Serializable

public class EventGroup extends BasePOJO
See Also:
  • Field Details

    • groupId

      public Long groupId
    • groupName

      public String groupName
    • description

      public String description
    • isActive

      public Boolean isActive
    • isAdminGroup

      public Boolean isAdminGroup
  • Constructor Details

    • EventGroup

      public EventGroup()
  • Method Details

    • setGroupId

      public void setGroupId(Long pGroupId)
    • getGroupId

      public Long getGroupId()
    • setGroupName

      public void setGroupName(String pGroupName)
    • getGroupName

      public String getGroupName()
    • setDescription

      public void setDescription(String pDescription)
    • getDescription

      public String getDescription()
    • setIsActive

      public void setIsActive(Boolean pIsActive)
    • getIsActive

      public Boolean getIsActive()
    • setIsAdminGroup

      public void setIsAdminGroup(Boolean pIsAdminGroup)
    • getIsAdminGroup

      public Boolean getIsAdminGroup()