public class CalendarDate extends Entity implements Cloneable, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CalendarDate.Loader |
static class |
CalendarDate.Writer |
| Modifier and Type | Field and Description |
|---|---|
LocalDate |
date |
int |
exception_type |
String |
service_id |
DOUBLE_MISSING, id, INT_MISSING| Constructor and Description |
|---|
CalendarDate() |
| Modifier and Type | Method and Description |
|---|---|
CalendarDate |
clone() |
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_DATES. |
getSequenceNumber, human, setDoubleParameter, setIntParameterpublic String service_id
public LocalDate date
public int exception_type
public String getId()
EntitygetId in class Entitypublic void setStatementParameters(PreparedStatement statement, boolean setDefaultId) throws SQLException
Table.CALENDAR_DATES. JDBC prepared statement parameters use a one-based index.setStatementParameters in class EntitySQLExceptionpublic CalendarDate clone()
Copyright © 2019. All rights reserved.