public class ResultSetConstructSign
extends java.lang.Object
Constructor and Description |
---|
ResultSetConstructSign(TARDIS plugin,
int id)
Creates a class instance that can be used to retrieve an SQL ResultSet from the gravity_well table.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLine1() |
java.lang.String |
getLine2() |
java.lang.String |
getLine3() |
java.lang.String |
getLine4() |
boolean |
isAsymmetric() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the chameleon table.
|
public ResultSetConstructSign(TARDIS plugin, int id)
plugin
- an instance of the main class.id
- the tardis_id of this chameleon constructpublic boolean resultSet()
public java.lang.String getLine1()
public java.lang.String getLine2()
public java.lang.String getLine3()
public java.lang.String getLine4()
public boolean isAsymmetric()