-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.DatabaseData,edu.wgu.osmt.db.HasUpdateDate
public final class Keyword implements DatabaseData, HasUpdateDate
-
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final LocalDateTimecreationDateprivate final LocalDateTimeupdateDateprivate final KeywordTypeEnumtypeprivate final Stringvalueprivate final Stringuriprivate final Stringframework
-
Constructor Summary
Constructors Constructor Description Keyword(Long id, LocalDateTime creationDate, LocalDateTime updateDate, KeywordTypeEnum type, String value, String uri, String framework)
-
Method Summary
Modifier and Type Method Description LonggetId()LocalDateTimegetCreationDate()LocalDateTimegetUpdateDate()final KeywordTypeEnumgetType()final StringgetValue()final StringgetUri()final StringgetFramework()-
-
Constructor Detail
-
Keyword
Keyword(Long id, LocalDateTime creationDate, LocalDateTime updateDate, KeywordTypeEnum type, String value, String uri, String framework)
-
-
Method Detail
-
getCreationDate
LocalDateTime getCreationDate()
-
getUpdateDate
LocalDateTime getUpdateDate()
-
getType
final KeywordTypeEnum getType()
-
getFramework
final String getFramework()
-
-
-
-