public class LogbookCheckError extends Object implements Serializable
Constructor and Description |
---|
LogbookCheckError() |
LogbookCheckError(String operationId,
String lfcId,
String checkedProperty,
String savedLogbookMsg,
String expectedLogbookMsg)
LogbookCheckResult constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCheckedProperty() |
String |
getExpectedLogbookMsg() |
String |
getLfcId() |
String |
getOperationId() |
String |
getSavedLogbookMsg() |
int |
hashCode() |
void |
setCheckedProperty(String checkedProperty) |
void |
setExpectedLogbookMsg(String expectedLogbookMsg) |
void |
setLfcId(String lfcId) |
void |
setOperationId(String operationId) |
void |
setSavedLogbookMsg(String savedLogbookMsg) |
public String getOperationId()
public void setOperationId(String operationId)
public String getLfcId()
public void setLfcId(String lfcId)
public String getCheckedProperty()
public void setCheckedProperty(String checkedProperty)
public String getSavedLogbookMsg()
public void setSavedLogbookMsg(String savedLogbookMsg)
public String getExpectedLogbookMsg()
public void setExpectedLogbookMsg(String expectedLogbookMsg)
Copyright © 2018 Vitam. All rights reserved.