T - public interface KeywordsManager<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyword(ScienceKeyword scienceKeyword)
This method is add a keyword to the list in a Document or BO
|
T |
getKeyword(int index)
This method is to get the Keyword from the keywords list of a Document or BO
|
List<T> |
getKeywords()
This method is to get the list of Keywords from a Document or BO
|
List<T> getKeywords()
void addKeyword(ScienceKeyword scienceKeyword)
scienceKeyword - T getKeyword(int index)
index - Copyright © 2013 The Kuali Foundation. All Rights Reserved.