org.apache.cayenne.project.validator
Class EJBQLQueryValidator.PositionException
java.lang.Object
org.apache.cayenne.project.validator.EJBQLQueryValidator.PositionException
- Enclosing class:
- EJBQLQueryValidator
public class EJBQLQueryValidator.PositionException
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBQLQueryValidator.PositionException
public EJBQLQueryValidator.PositionException()
getLength
public Integer getLength()
setLength
public void setLength(Integer length)
getE
public Exception getE()
setE
public void setE(Exception e)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getBeginColumn
public Integer getBeginColumn()
setBeginColumn
public void setBeginColumn(Integer beginColumn)
getBeginLine
public Integer getBeginLine()
setBeginLine
public void setBeginLine(Integer beginLine)
getEndColumn
public Integer getEndColumn()
setEndColumn
public void setEndColumn(Integer endColumn)
getEndLine
public Integer getEndLine()
setEndLine
public void setEndLine(Integer endLine)
getImage
public String getImage()
setImage
public void setImage(String image)
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.