public class DbObjectPosition extends Object
Constructor and Description |
---|
DbObjectPosition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFile() |
String |
getFilePath() |
int |
getIndex() |
List<Pair<Integer,Integer>> |
getPositions() |
String |
getSql() |
int |
hashCode() |
void |
setFile(String file) |
void |
setFilePath(String filePath) |
void |
setIndex(int index) |
void |
setPositions(List<Pair<Integer,Integer>> positions) |
void |
setSql(String sql) |
String |
toString() |
public DbObjectPosition()
public int getIndex()
public void setIndex(int index)
public List<Pair<Integer,Integer>> getPositions()
public void setPositions(List<Pair<Integer,Integer>> positions)
public String getFilePath()
public void setFilePath(String filePath)