-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.MutablePublishStatusDetails,edu.wgu.osmt.db.OutputsModel,edu.wgu.osmt.db.PublishStatusDetails
public final class RichSkillDescriptorDao extends LongEntity implements OutputsModel<RichSkillDescriptor>, MutablePublishStatusDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRichSkillDescriptorDao.Companion
-
Field Summary
Fields Modifier and Type Field Description private LocalDateTimecreationDateprivate LocalDateTimeupdateDateprivate LocalDateTimepublishDateprivate LocalDateTimearchiveDateprivate Stringuuidprivate Stringnameprivate Stringstatementprivate KeywordDaoauthorprivate SizedIterable<JobCodeDao>jobCodesprivate SizedIterable<KeywordDao>keywordsprivate KeywordDaocategoryprivate SizedIterable<CollectionDao>collectionsprivate 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 RichSkillDescriptorDao(EntityID<Long> id)
-
Method Summary
-
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 edu.wgu.osmt.db.PublishStatusDetails
publishStatus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RichSkillDescriptorDao
RichSkillDescriptorDao(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)
-
getPublishDate
LocalDateTime getPublishDate()
-
setPublishDate
Unit setPublishDate(LocalDateTime publishDate)
-
getArchiveDate
LocalDateTime getArchiveDate()
-
setArchiveDate
Unit setArchiveDate(LocalDateTime archiveDate)
-
getStatement
final String getStatement()
-
setStatement
final Unit setStatement(String statement)
-
getAuthor
final KeywordDao getAuthor()
-
setAuthor
final Unit setAuthor(KeywordDao author)
-
getJobCodes
final SizedIterable<JobCodeDao> getJobCodes()
-
setJobCodes
final Unit setJobCodes(SizedIterable<JobCodeDao> jobCodes)
-
getKeywords
final SizedIterable<KeywordDao> getKeywords()
-
setKeywords
final Unit setKeywords(SizedIterable<KeywordDao> keywords)
-
getCategory
final KeywordDao getCategory()
-
setCategory
final Unit setCategory(KeywordDao category)
-
getCollections
final SizedIterable<CollectionDao> getCollections()
-
setCollections
final Unit setCollections(SizedIterable<CollectionDao> collections)
-
toModel
RichSkillDescriptor toModel()
-
-
-
-