public class ResultSetJunk
extends java.lang.Object
Constructor and Description |
---|
ResultSetJunk(TARDIS plugin,
java.util.HashMap<java.lang.String,java.lang.Object> where)
Creates a class instance that can be used to retrieve an SQL ResultSet from the junk table.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFloor() |
java.lang.String |
getHandbrake() |
int |
getId() |
PRESET |
getPreset() |
java.lang.String |
getSave_sign() |
int |
getTardis_id() |
java.util.UUID |
getUuid() |
java.lang.String |
getWall() |
boolean |
resultSet()
Retrieves an SQL ResultSet from the junk table.
|
public ResultSetJunk(TARDIS plugin, java.util.HashMap<java.lang.String,java.lang.Object> where)
plugin
- an instance of the main class.where
- a HashMap<String, Object> of table fields and values to refine the search.public boolean resultSet()
public int getId()
public java.util.UUID getUuid()
public int getTardis_id()
public java.lang.String getSave_sign()
public java.lang.String getHandbrake()
public java.lang.String getWall()
public java.lang.String getFloor()
public PRESET getPreset()