public class Participant extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
active
the status, active vs. inactive
|
String |
credits
The member credits
|
String |
displayName |
String |
enrollmentStatus
the enrollment status
|
String |
name |
protected String |
NULL_STRING |
String |
providerRole
role from provider
|
String |
regId
The regestration id
|
boolean |
removeable
removeable if not from provider
|
String |
role |
String |
section
The section
|
String |
uniqname |
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSectionEidToList(String eid) |
int |
compareTo(Participant participantB) |
String |
getCredits() |
String |
getDisplayId()
Access the user display id, if we can find it - fall back to the id
if not.
|
String |
getDisplayName() |
String |
getEid()
Access the user eid, if we can find it - fall back to the id if not.
|
String |
getEnrollmentStatus() |
String |
getName() |
String |
getProviderRole() |
String |
getRegId() |
String |
getRole() |
String |
getSection() |
Set |
getSectionEidList() |
String |
getUniqname() |
boolean |
isActive() |
boolean |
isRemoveable() |
protected String NULL_STRING
public String name
public String displayName
public String uniqname
public String role
public String providerRole
public String credits
public String section
public String regId
public boolean removeable
public boolean active
public String enrollmentStatus
public String getName()
public String getDisplayName()
public String getUniqname()
public String getRole()
public String getProviderRole()
public boolean isRemoveable()
public boolean isActive()
public String getCredits()
public String getEnrollmentStatus()
public String getSection()
public Set getSectionEidList()
public void addSectionEidToList(String eid)
public String getRegId()
public String getEid()
public String getDisplayId()
public int compareTo(Participant participantB)
Copyright © 2022. All rights reserved.