Class UserRemovedProjectEvent
- java.lang.Object
-
- ca.corefacility.bioinformatics.irida.model.event.ProjectEvent
-
- ca.corefacility.bioinformatics.irida.model.event.UserRemovedProjectEvent
-
- All Implemented Interfaces:
IridaThing,Timestamped<java.lang.Long>
@Entity public class UserRemovedProjectEvent extends ProjectEvent
-
-
Constructor Summary
Constructors Constructor Description UserRemovedProjectEvent()UserRemovedProjectEvent(Project project, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetLabel()Get a human readable label for this object.UsergetUser()-
Methods inherited from class ca.corefacility.bioinformatics.irida.model.event.ProjectEvent
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
-
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Description copied from interface:IridaThingGet a human readable label for this object.- Returns:
- a human-readable label for the object.
-
getUser
public User getUser()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classProjectEvent
-
-