public class LogbookCheckEvent extends Object implements Serializable
Constructor and Description |
---|
LogbookCheckEvent() |
LogbookCheckEvent(String evType,
String outcome,
String outDetail) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEventType() |
String |
getOutcome() |
String |
getOutcomeDetail() |
int |
hashCode() |
void |
setEventType(String eventType) |
void |
setOutcome(String outcome) |
void |
setOutcomeDetail(String outcomeDetail) |
public String getEventType()
public void setEventType(String eventType)
public String getOutcome()
public void setOutcome(String outcome)
public String getOutcomeDetail()
public void setOutcomeDetail(String outcomeDetail)
Copyright © 2018 Vitam. All rights reserved.