Class Group


  • public class Group
    extends Object
    Provide a Group value object class.
    Since:
    18.11.0
    • Constructor Detail

      • Group

        public Group()
      • Group

        public Group​(Group group)
        Create a Group value object with the given form entity parameter.
        Parameters:
        group - the group entity parameter (required)
      • Group

        public Group​(Map fields)
        Create a unit testing Group value object with the given fields.
        Parameters:
        fields - the group entity fields (required)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object.
      • getId

        public Long getId()
        The group id (PK).
      • getName

        public String getName()
        The group name.
      • getType

        public String getType()
        The group type [ Alert | Form | Job ].
      • getDescription

        public String getDescription()
        The group description.