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