public class AdminNotificationSettingsData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AdminNotificationSettingsData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCurrentSmsCount() |
java.lang.Integer |
getMaxSmsPerMonth() |
java.util.List<MessageCategoryVO> |
getMessageCategories() |
java.util.List<TransferTypeVO> |
getNewPendingPayments() |
java.util.List<GroupVO> |
getNewUsers() |
AdminNotificationSettingsDTO |
getNotificationSettings() |
java.util.List<TransferTypeVO> |
getPayments() |
java.util.List<SystemAlertType> |
getSystemAlerts() |
java.util.List<UserAlertType> |
getUserAlerts() |
void |
setCurrentSmsCount(java.lang.Integer currentSmsCount) |
void |
setMaxSmsPerMonth(java.lang.Integer maxSmsPerMonth) |
void |
setMessageCategories(java.util.List<MessageCategoryVO> messageCategories) |
void |
setNewPendingPayments(java.util.List<TransferTypeVO> newPendingPayments) |
void |
setNewUsers(java.util.List<GroupVO> newUsers) |
void |
setNotificationSettings(AdminNotificationSettingsDTO notificationSettings) |
void |
setPayments(java.util.List<TransferTypeVO> payments) |
void |
setSystemAlerts(java.util.List<SystemAlertType> systemAlerts) |
void |
setUserAlerts(java.util.List<UserAlertType> userAlerts) |
public java.lang.Integer getCurrentSmsCount()
public java.lang.Integer getMaxSmsPerMonth()
public java.util.List<MessageCategoryVO> getMessageCategories()
public java.util.List<TransferTypeVO> getNewPendingPayments()
public java.util.List<GroupVO> getNewUsers()
public AdminNotificationSettingsDTO getNotificationSettings()
public java.util.List<TransferTypeVO> getPayments()
public java.util.List<SystemAlertType> getSystemAlerts()
public java.util.List<UserAlertType> getUserAlerts()
public void setCurrentSmsCount(java.lang.Integer currentSmsCount)
public void setMaxSmsPerMonth(java.lang.Integer maxSmsPerMonth)
public void setMessageCategories(java.util.List<MessageCategoryVO> messageCategories)
public void setNewPendingPayments(java.util.List<TransferTypeVO> newPendingPayments)
public void setNewUsers(java.util.List<GroupVO> newUsers)
public void setNotificationSettings(AdminNotificationSettingsDTO notificationSettings)
public void setPayments(java.util.List<TransferTypeVO> payments)
public void setSystemAlerts(java.util.List<SystemAlertType> systemAlerts)
public void setUserAlerts(java.util.List<UserAlertType> userAlerts)