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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
TYPE_ALERTThe 'Alert' group type.- See Also:
 
- 
TYPE_FORMThe 'Form' group type.- See Also:
 
- 
TYPE_JOBThe 'Job' group type.- See Also:
 
 
- 
- 
Constructor Details- 
Grouppublic Group()
- 
Grouppublic 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)
 
- 
GroupCreate a unit testing Group value object with the given fields.- Parameters:
- fields- the group entity fields (required)
 
 
- 
- 
Method Details