Class WorldTimesTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.WorldTimesTable.Row
- All Implemented Interfaces:
ServerIdentifiable, UserIdentifiable, WorldIdentifiable
- Enclosing class:
WorldTimesTable
public static class WorldTimesTable.Row
extends Object
implements ServerIdentifiable, UserIdentifiable, WorldIdentifiable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorldTimesTable.RowintgetId()intintintvoidinsert(PreparedStatement statement) voidsetServerId(int serverId) voidsetUserId(int userId) voidsetWorldId(int worldId)
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
getId
public int getId() -
getServerId
public int getServerId()- Specified by:
getServerIdin interfaceServerIdentifiable
-
setServerId
public void setServerId(int serverId) - Specified by:
setServerIdin interfaceServerIdentifiable
-
getUserId
public int getUserId()- Specified by:
getUserIdin interfaceUserIdentifiable
-
setUserId
public void setUserId(int userId) - Specified by:
setUserIdin interfaceUserIdentifiable
-
getWorldId
public int getWorldId()- Specified by:
getWorldIdin interfaceWorldIdentifiable
-
setWorldId
public void setWorldId(int worldId) - Specified by:
setWorldIdin interfaceWorldIdentifiable
-
insert
- Throws:
SQLException
-