Class AuditDataset.HumanUser
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.core.atna.AuditDataset.HumanUser
-
- Enclosing class:
- AuditDataset
public static class AuditDataset.HumanUser extends Object
-
-
Constructor Summary
Constructors Constructor Description HumanUser()
HumanUser(String id, String name, Collection<ActiveParticipantRoleId> roles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
ID, preferably in the format defined in the IHE XUA profileString
getName()
Real-world nameList<ActiveParticipantRoleId>
getRoles()
Role codesboolean
isEmpty()
void
setId(String id)
ID, preferably in the format defined in the IHE XUA profilevoid
setName(String name)
Real-world name
-
-
-
Constructor Detail
-
HumanUser
public HumanUser(String id, String name, Collection<ActiveParticipantRoleId> roles)
-
HumanUser
public HumanUser()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
getId
public String getId()
ID, preferably in the format defined in the IHE XUA profile
-
setId
public void setId(String id)
ID, preferably in the format defined in the IHE XUA profile
-
getName
public String getName()
Real-world name
-
setName
public void setName(String name)
Real-world name
-
getRoles
public List<ActiveParticipantRoleId> getRoles()
Role codes
-
-