Class GroupPrivilege
- java.lang.Object
-
- com.ibm.fhir.database.utils.model.GroupPrivilege
-
public class GroupPrivilege extends Object
Group Privilege
-
-
Constructor Summary
Constructors Constructor Description GroupPrivilege(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
-
-
-
Method Detail
-
addToObject
public void addToObject(BaseObject obj)
Add this privilege to the object- Parameters:
obj
-
-
-