Package com.avoka.tm.vo
Class Role
java.lang.Object
com.avoka.tm.vo.Role
Provide a Role value object class.
- Since:
- 19.11.0
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Rolepublic Role()
- 
Rolepublic Role(com.avoka.fc.core.entity.Role role) Create a Role value object.- Parameters:
- role- the role entity parameter (required)
 
- 
RoleCreate a unit testing Role value object with the given fields.- Parameters:
- fields- the role entity fields (required)
 
 
- 
- 
Method Details- 
getIdThe role id (PK).
- 
getNameThe role name.
- 
getDescriptionThe role description.
 
-