Class Suggestion<T>
java.lang.Object
org.aksw.jenax.dataaccess.sparql.polyfill.datasource.Suggestion<T>
- Type Parameters:
T- The payload type.
- All Implemented Interfaces:
Serializable
A basic class with basic attributes that represents a suggestion to a user.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSuggestion(String name, String comment, boolean isEnabled, T value) -
Method Summary
-
Field Details
-
name
-
comment
-
isEnabled
protected boolean isEnabledA suggestion can be disabled by default so that a user can click on it. -
value
-
-
Constructor Details
-
Suggestion
-
-
Method Details