Class UserGroupRoleSetProjectEvent
- java.lang.Object
-
- ca.corefacility.bioinformatics.irida.model.event.ProjectEvent
-
- ca.corefacility.bioinformatics.irida.model.event.UserGroupRoleSetProjectEvent
-
- All Implemented Interfaces:
IridaThing
,Timestamped<java.lang.Long>
@Entity public class UserGroupRoleSetProjectEvent extends ProjectEvent
-
-
Constructor Summary
Constructors Constructor Description UserGroupRoleSetProjectEvent(UserGroupProjectJoin join)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
Get a human readable label for this object.ProjectRole
getRole()
UserGroup
getUserGroup()
-
Methods inherited from class ca.corefacility.bioinformatics.irida.model.event.ProjectEvent
equals, getCreatedDate, getId, getProject
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ca.corefacility.bioinformatics.irida.model.IridaThing
getIdentifier, setLabel
-
-
-
-
Constructor Detail
-
UserGroupRoleSetProjectEvent
public UserGroupRoleSetProjectEvent(UserGroupProjectJoin join)
-
-
Method Detail
-
getUserGroup
public UserGroup getUserGroup()
-
getRole
public ProjectRole getRole()
-
getLabel
public java.lang.String getLabel()
Description copied from interface:IridaThing
Get a human readable label for this object.- Returns:
- a human-readable label for the object.
-
-