public class EventModel extends Object
Constructor and Description |
---|
EventModel()
Default constructor/
|
EventModel(LogbookEventType logbookEventType,
String operationId,
String lfcId,
String evId,
String evParentId,
String evType,
String evTypeParent,
String outcome,
String outDetail)
EventModel constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEvId() |
String |
getEvParentId() |
String |
getEvType() |
String |
getEvTypeParent() |
String |
getLfcId() |
LogbookEventType |
getLogbookEventType() |
String |
getOperationId() |
String |
getOutcome() |
String |
getOutDetail() |
void |
setEvId(String evId) |
void |
setEvParentId(String evParentId) |
void |
setEvType(String evType) |
void |
setEvTypeParent(String evTypeParent) |
void |
setLfcId(String lfcId) |
void |
setLogbookEventType(LogbookEventType logbookEventType) |
void |
setOperationId(String operationId) |
void |
setOutcome(String outcome) |
void |
setOutDetail(String outDetail) |
public EventModel()
public EventModel(LogbookEventType logbookEventType, String operationId, String lfcId, String evId, String evParentId, String evType, String evTypeParent, String outcome, String outDetail)
logbookEventType
- operationId
- lfcId
- evId
- evParentId
- evType
- evTypeParent
- outcome
- outDetail
- public LogbookEventType getLogbookEventType()
public void setLogbookEventType(LogbookEventType logbookEventType)
public String getOperationId()
public void setOperationId(String operationId)
public String getLfcId()
public void setLfcId(String lfcId)
public String getEvId()
public void setEvId(String evId)
public String getEvParentId()
public void setEvParentId(String evParentId)
public String getEvType()
public void setEvType(String evType)
public String getOutcome()
public void setOutcome(String outcome)
public String getOutDetail()
public void setOutDetail(String outDetail)
public String getEvTypeParent()
public void setEvTypeParent(String evTypeParent)
Copyright © 2018 Vitam. All rights reserved.