public class UserNotificationSettingsData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UserNotificationSettingsData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCurrentSmsCount() |
java.lang.Integer |
getMaxSmsPerMonth() |
UserNotificationSettingsDTO |
getNotificationSettings() |
boolean |
isCanManage() |
boolean |
isEmailAllowed() |
boolean |
isForwardAllowed() |
boolean |
isSmsAllowed() |
void |
setCanManage(boolean canManage) |
void |
setCurrentSmsCount(java.lang.Integer currentSmsCount) |
void |
setEmailAllowed(boolean emailAllowed) |
void |
setForwardAllowed(boolean forwardAllowed) |
void |
setMaxSmsPerMonth(java.lang.Integer maxSmsPerMonth) |
void |
setNotificationSettings(UserNotificationSettingsDTO notificationSettings) |
void |
setSmsAllowed(boolean smsAllowed) |
public boolean isCanManage()
public java.lang.Integer getCurrentSmsCount()
public boolean isEmailAllowed()
public boolean isForwardAllowed()
public java.lang.Integer getMaxSmsPerMonth()
public UserNotificationSettingsDTO getNotificationSettings()
public boolean isSmsAllowed()
public void setCanManage(boolean canManage)
public void setCurrentSmsCount(java.lang.Integer currentSmsCount)
public void setEmailAllowed(boolean emailAllowed)
public void setForwardAllowed(boolean forwardAllowed)
public void setMaxSmsPerMonth(java.lang.Integer maxSmsPerMonth)
public void setNotificationSettings(UserNotificationSettingsDTO notificationSettings)
public void setSmsAllowed(boolean smsAllowed)