public class MigrationIncompatibility extends Object implements Serializable
Constructor and Description |
---|
MigrationIncompatibility()
Creates new instance
|
MigrationIncompatibility(long modelInstanceId,
String expression,
String contextPath,
String errorMessage,
Integer offset,
Integer length)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
String |
getContextPath()
Returns path of context in which a problem occurs.
|
String |
getErrorMessage()
Returns error message.
|
String |
getExpression()
Returns expression string
|
Integer |
getLength() |
long |
getModelInstanceId()
Returns model instance id.
|
Integer |
getOffset() |
void |
setContextPath(String contextPath)
Sets path of context in which a problem occurs
|
void |
setErrorMessage(String errorMessage)
Sets error message
|
void |
setExpression(String expression)
Sets expression string
|
void |
setLength(Integer length)
Sets the length of error region (in expression).
|
void |
setModelInstanceId(long modelInstanceId)
Sets model instance id.
|
void |
setOffset(Integer offset)
Sets the offset of the error region (in expression).
|
public long getModelInstanceId()
public void setModelInstanceId(long modelInstanceId)
modelInstanceId
- public String getExpression()
public void setExpression(String expression)
expression
- public String getContextPath()
public void setContextPath(String contextPath)
contextPath
- public String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- public Integer getOffset()
public void setOffset(Integer offset)
offset
- public Integer getLength()
public void setLength(Integer length)
length
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.