Package no.unit.nva.model.role
Class RoleTypeOther
- java.lang.Object
-
- no.unit.nva.model.role.RoleType
-
- no.unit.nva.model.role.RoleTypeOther
-
public class RoleTypeOther extends RoleType
-
-
Field Summary
-
Fields inherited from class no.unit.nva.model.role.RoleType
DESCRIPTION_FIELD, TYPE_FIELD
-
-
Constructor Summary
Constructors Constructor Description RoleTypeOther(Role type, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()inthashCode()-
Methods inherited from class no.unit.nva.model.role.RoleType
create, createOther, fromJson, getType
-
-
-
-
Constructor Detail
-
RoleTypeOther
public RoleTypeOther(Role type, java.lang.String description)
-
-