Class GroupPrivilege
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.model.GroupPrivilege
-
public class GroupPrivilege extends java.lang.Object
Group Privilege
-
-
Constructor Summary
Constructors Constructor Description GroupPrivilege(java.lang.String groupName, Privilege p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToObject(BaseObject obj)
Add this privilege to the object
-
-
-
Constructor Detail
-
GroupPrivilege
public GroupPrivilege(java.lang.String groupName, Privilege p)
-
-
Method Detail
-
addToObject
public void addToObject(BaseObject obj)
Add this privilege to the object- Parameters:
obj
-
-
-