-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.OutputsModel
public final class KeywordDao extends LongEntity implements OutputsModel<Keyword>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKeywordDao.Companion
-
Field Summary
Fields Modifier and Type Field Description private LocalDateTimecreationDateprivate LocalDateTimeupdateDateprivate KeywordTypeEnumtypeprivate Stringvalueprivate Stringuriprivate Stringframeworkprivate ResultRow_readValuesprivate final Databasedbprivate final EntityID<Long>idprivate final EntityClass<Long, Entity<Long>>klassprivate final ResultRowreadValuesprivate final LinkedHashMap<Column<Object>, Object>writeValues
-
Constructor Summary
Constructors Constructor Description KeywordDao(EntityID<Long> id)
-
Method Summary
Modifier and Type Method Description final LocalDateTimegetCreationDate()final UnitsetCreationDate(LocalDateTime creationDate)final LocalDateTimegetUpdateDate()final UnitsetUpdateDate(LocalDateTime updateDate)final KeywordTypeEnumgetType()final UnitsetType(KeywordTypeEnum type)final StringgetValue()final UnitsetValue(String value)final StringgetUri()final UnitsetUri(String uri)final StringgetFramework()final UnitsetFramework(String framework)KeywordtoModel()-
Methods inherited from class org.jetbrains.exposed.dao.Entity
delete, flush, getDb, getId, getKlass, getReadValues, getValue, getValue, getValue, getValue, getWriteValues, get_readValues, lookup, lookupInReadValues, refresh, setValue, setValue, setValue, setValue, set_readValues, storeWrittenValues, via, via -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
KeywordDao
KeywordDao(EntityID<Long> id)
-
-
Method Detail
-
getCreationDate
final LocalDateTime getCreationDate()
-
setCreationDate
final Unit setCreationDate(LocalDateTime creationDate)
-
getUpdateDate
final LocalDateTime getUpdateDate()
-
setUpdateDate
final Unit setUpdateDate(LocalDateTime updateDate)
-
getType
final KeywordTypeEnum getType()
-
setType
final Unit setType(KeywordTypeEnum type)
-
getFramework
final String getFramework()
-
setFramework
final Unit setFramework(String framework)
-
-
-
-