-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.DatabaseData,edu.wgu.osmt.db.HasUpdateDate,edu.wgu.osmt.db.PublishStatusDetails
public final class RichSkillDescriptor implements DatabaseData, HasUpdateDate, PublishStatusDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRichSkillDescriptor.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<Keyword>certificationsprivate final List<Keyword>standardsprivate final List<Keyword>searchingKeywordsprivate final List<Keyword>alignmentsprivate final List<Keyword>employersprivate final Longidprivate final LocalDateTimecreationDateprivate final LocalDateTimeupdateDateprivate final Stringuuidprivate final Stringnameprivate final Stringstatementprivate final List<JobCode>jobCodesprivate final List<Keyword>keywordsprivate final Keywordcategoryprivate final Keywordauthorprivate final LocalDateTimearchiveDateprivate final LocalDateTimepublishDateprivate final List<Collection>collections
-
Constructor Summary
Constructors Constructor Description RichSkillDescriptor(Long id, LocalDateTime creationDate, LocalDateTime updateDate, String uuid, String name, String statement, List<JobCode> jobCodes, List<Keyword> keywords, Keyword category, Keyword author, LocalDateTime archiveDate, LocalDateTime publishDate, List<Collection> collections)
-
Method Summary
Modifier and Type Method Description final List<Keyword>getCertifications()final List<Keyword>getStandards()final List<Keyword>getSearchingKeywords()final List<Keyword>getAlignments()final List<Keyword>getEmployers()LonggetId()LocalDateTimegetCreationDate()LocalDateTimegetUpdateDate()final StringgetUuid()final StringgetName()final StringgetStatement()final List<JobCode>getJobCodes()final List<Keyword>getKeywords()final KeywordgetCategory()final KeywordgetAuthor()LocalDateTimegetArchiveDate()LocalDateTimegetPublishDate()final List<Collection>getCollections()final StringcanonicalUrl(String baseUrl)-
-
Constructor Detail
-
RichSkillDescriptor
RichSkillDescriptor(Long id, LocalDateTime creationDate, LocalDateTime updateDate, String uuid, String name, String statement, List<JobCode> jobCodes, List<Keyword> keywords, Keyword category, Keyword author, LocalDateTime archiveDate, LocalDateTime publishDate, List<Collection> collections)
-
-
Method Detail
-
getCertifications
final List<Keyword> getCertifications()
-
getStandards
final List<Keyword> getStandards()
-
getSearchingKeywords
final List<Keyword> getSearchingKeywords()
-
getAlignments
final List<Keyword> getAlignments()
-
getEmployers
final List<Keyword> getEmployers()
-
getCreationDate
LocalDateTime getCreationDate()
-
getUpdateDate
LocalDateTime getUpdateDate()
-
getStatement
final String getStatement()
-
getJobCodes
final List<JobCode> getJobCodes()
-
getKeywords
final List<Keyword> getKeywords()
-
getCategory
final Keyword getCategory()
-
getArchiveDate
LocalDateTime getArchiveDate()
-
getPublishDate
LocalDateTime getPublishDate()
-
getCollections
final List<Collection> getCollections()
-
canonicalUrl
final String canonicalUrl(String baseUrl)
-
-
-
-