public class Calendar extends Entity implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Calendar.Loader |
static class |
Calendar.Writer |
| Modifier and Type | Field and Description |
|---|---|
LocalDate |
end_date |
String |
feed_id |
int |
friday |
int |
monday |
int |
saturday |
String |
service_id |
LocalDate |
start_date |
int |
sunday |
int |
thursday |
int |
tuesday |
int |
wednesday |
DOUBLE_MISSING, id, INT_MISSING| Constructor and Description |
|---|
Calendar() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
This method should be overridden by each Entity subtype to return the proper key field for that subtype.
|
void |
setStatementParameters(PreparedStatement statement,
boolean setDefaultId)
Sets the parameters for a prepared statement following the parameter order defined in
Table.CALENDAR. |
getSequenceNumber, human, setDoubleParameter, setIntParameterpublic String service_id
public LocalDate start_date
public LocalDate end_date
public int monday
public int tuesday
public int wednesday
public int thursday
public int friday
public int saturday
public int sunday
public String feed_id
public String getId()
EntitygetId in class Entitypublic void setStatementParameters(PreparedStatement statement, boolean setDefaultId) throws SQLException
Table.CALENDAR. JDBC prepared statement parameters use a one-based index.setStatementParameters in class EntitySQLExceptionCopyright © 2019. All rights reserved.