Package ca.cdr.api.model.json
Class RoleJson
java.lang.Object
ca.cdr.api.model.json.RoleJson
- All Implemented Interfaces:
IModelJson
Json representation of a RoleEntity
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getPid()
/* ****************************************************************** Note: If you add properties, add them to the copy constructor too!void
setDescription
(String theDescription) void
void
setPermissions
(Set<GrantedAuthorityJson> theRolePermissions) void
-
Constructor Details
-
RoleJson
public RoleJson()Constructor
-
-
Method Details
-
getPid
/* ****************************************************************** Note: If you add properties, add them to the copy constructor too! ****************************************************************** -
setPid
-
getName
-
setName
-
getDescription
-
setDescription
-
getPermissions
-
setPermissions
-