Package com.avoka.tm.vo
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
The group description.Long
getId()
The group id (PK).String
getName()
The group name.String
getType()
The group type [ Alert | Form | Job ].String
toString()
-
-
-
Field Detail
-
TYPE_ALERT
public static final String TYPE_ALERT
The 'Alert' group type.- See Also:
- Constant Field Values
-
TYPE_FORM
public static final String TYPE_FORM
The 'Form' group type.- See Also:
- Constant Field Values
-
TYPE_JOB
public static final String TYPE_JOB
The 'Job' group type.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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)
-
-