-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.UpdateObject
public final class KeywordUpdateObj implements UpdateObject<KeywordDao>
-
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final Stringvalueprivate final NullableFieldUpdate<String>uriprivate final NullableFieldUpdate<String>framework
-
Constructor Summary
Constructors Constructor Description KeywordUpdateObj(Long id, String value, NullableFieldUpdate<String> uri, NullableFieldUpdate<String> framework)
-
Method Summary
Modifier and Type Method Description LonggetId()final StringgetValue()final NullableFieldUpdate<String>getUri()final NullableFieldUpdate<String>getFramework()UnitapplyToDao(KeywordDao dao)-
-
Constructor Detail
-
KeywordUpdateObj
KeywordUpdateObj(Long id, String value, NullableFieldUpdate<String> uri, NullableFieldUpdate<String> framework)
-
-
Method Detail
-
getUri
final NullableFieldUpdate<String> getUri()
-
getFramework
final NullableFieldUpdate<String> getFramework()
-
applyToDao
Unit applyToDao(KeywordDao dao)
-
-
-
-