Class Group

java.lang.Object
com.avoka.tm.vo.Group

public class Group extends Object
Provide a Group value object class.
Since:
18.11.0
  • Field Details

  • Constructor Details

    • Group

      public Group()
    • Group

      public Group(com.avoka.fc.core.entity.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 Details

    • 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.