Package no.unit.nva.model.role
Class RoleType
- java.lang.Object
-
- no.unit.nva.model.role.RoleType
-
- Direct Known Subclasses:
RoleTypeOther
public class RoleType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCRIPTION_FIELDstatic java.lang.StringTYPE_FIELD
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RoleTypecreate(Role type)Deprecated.RoleTypecreateOther(java.lang.String description)booleanequals(java.lang.Object o)RoleTypefromJson(Role type, java.lang.String description)RolegetType()inthashCode()
-
-
-
Field Detail
-
TYPE_FIELD
public static final java.lang.String TYPE_FIELD
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD
public static final java.lang.String DESCRIPTION_FIELD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RoleType
public RoleType(Role type)
-
-