static News.Builder |
News.builder() |
Gets a builder of News instances.
|
static News.Builder |
News.builder(News news) |
Gets a builder of News instances from data of another one.
|
News.Builder |
News.Builder.setImportant(boolean important) |
Sets important flag of the News instance to build.
|
News.Builder |
News.Builder.setKeywords(String keywords) |
Sets the keywords of the News instance to build.
|
News.Builder |
News.Builder.setMandatory(boolean mandatory) |
Sets mandatory flag of the News instance to build.
|
News.Builder |
News.Builder.setTicker(boolean ticker) |
Sets ticker flag of the News instance to build.
|
News.Builder |
News.Builder.setTitleAndDescription(String title,
String description) |
Sets the given title and description of the news to build.
|
News.Builder |
News.Builder.setVisibilityPeriod(org.silverpeas.core.date.Period period) |
Sets the visibility period of the News instance to build.
|