-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.OutputsModel
public final class JobCodeDao extends LongEntity implements OutputsModel<JobCode>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJobCodeDao.Companion
-
Field Summary
Fields Modifier and Type Field Description private LocalDateTimecreationDateprivate Stringmajorprivate Stringminorprivate Stringbroadprivate Stringdetailedprivate Stringcodeprivate Stringnameprivate Stringdescriptionprivate Stringframeworkprivate Stringurlprivate 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 JobCodeDao(EntityID<Long> id)
-
Method Summary
Modifier and Type Method Description final LocalDateTimegetCreationDate()final UnitsetCreationDate(LocalDateTime creationDate)final StringgetMajor()final UnitsetMajor(String major)final StringgetMinor()final UnitsetMinor(String minor)final StringgetBroad()final UnitsetBroad(String broad)final StringgetDetailed()final UnitsetDetailed(String detailed)final StringgetCode()final UnitsetCode(String code)final StringgetName()final UnitsetName(String name)final StringgetDescription()final UnitsetDescription(String description)final StringgetFramework()final UnitsetFramework(String framework)final StringgetUrl()final UnitsetUrl(String url)JobCodetoModel()-
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
-
JobCodeDao
JobCodeDao(EntityID<Long> id)
-
-
Method Detail
-
getCreationDate
final LocalDateTime getCreationDate()
-
setCreationDate
final Unit setCreationDate(LocalDateTime creationDate)
-
getDetailed
final String getDetailed()
-
setDetailed
final Unit setDetailed(String detailed)
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(String description)
-
getFramework
final String getFramework()
-
setFramework
final Unit setFramework(String framework)
-
-
-
-