Package com.avoka.tm.vo
Class Group
java.lang.Object
com.avoka.tm.vo.Group
Provide a Group value object class.
- Since:
- 18.11.0
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
TYPE_ALERT
The 'Alert' group type.- See Also:
-
TYPE_FORM
The 'Form' group type.- See Also:
-
TYPE_JOB
The 'Job' group type.- See Also:
-
-
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
Create a unit testing Group value object with the given fields.- Parameters:
fields
- the group entity fields (required)
-
-
Method Details