public class ActivetimeCursor extends AbstractCursor
activetime table.| Constructor and Description |
|---|
ActivetimeCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndat()
Get the
endat value. |
java.lang.Integer |
getEndhour()
Get the
endhour value. |
java.lang.String |
getEvery()
Get the
every value. |
java.lang.String |
getLinkedid()
Get the
linkedid value. |
java.lang.Boolean |
getRepeat()
Get the
repeat value. |
RepeatType |
getRepeattype()
Get the
repeattype value. |
java.util.Date |
getStartat()
Get the
startat value. |
java.lang.Integer |
getStarthour()
Get the
starthour value. |
getBoolean, getCachedColumnIndexOrThrow, getDate, getDoubleOrNull, getFloatOrNull, getId, getIntegerOrNull, getLongOrNullclose, copyStringToBuffer, deactivate, getBlob, getColumnCount, getColumnIndex, getColumnIndexOrThrow, getColumnName, getColumnNames, getCount, getDouble, getExtras, getFloat, getInt, getLong, getNotificationUri, getPosition, getShort, getString, getType, getWantsAllOnMoveCalls, getWrappedCursor, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, isNull, move, moveToFirst, moveToLast, moveToNext, moveToPosition, moveToPrevious, registerContentObserver, registerDataSetObserver, requery, respond, setNotificationUri, unregisterContentObserver, unregisterDataSetObserverpublic java.lang.String getLinkedid()
linkedid value.
Cannot be null.public java.lang.Boolean getRepeat()
repeat value.
Can be null.public java.util.Date getStartat()
startat value.
Can be null.public java.util.Date getEndat()
endat value.
Can be null.public java.lang.Integer getStarthour()
starthour value.
Can be null.public java.lang.Integer getEndhour()
endhour value.
Can be null.public RepeatType getRepeattype()
repeattype value.
Can be null.public java.lang.String getEvery()
every value.
Can be null.