public class PublishRepublishNotificationBean extends Object implements Serializable
| Constructor and Description |
|---|
PublishRepublishNotificationBean() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<javax.faces.model.SelectItem> |
getNotificationLevelChoices() |
String |
getNotificationSubject() |
String |
getPrePopulateText() |
boolean |
getSendNotification() |
String |
getSiteTitle() |
void |
setNotificationSubject(String notificationSubject) |
void |
setPrePopulateText(String prePopulateText) |
void |
setSendNotification(boolean sendNotification) |
void |
setSiteTitle(String siteTitle) |
public ArrayList<javax.faces.model.SelectItem> getNotificationLevelChoices()
public boolean getSendNotification()
public void setSendNotification(boolean sendNotification)
public String getNotificationSubject()
public void setNotificationSubject(String notificationSubject)
public String getSiteTitle()
public void setSiteTitle(String siteTitle)
public String getPrePopulateText()
public void setPrePopulateText(String prePopulateText)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.