public class NotificationPreference extends Object implements Serializable, Comparable<NotificationPreference>
Constructor and Description |
---|
NotificationPreference() |
NotificationPreference(org.gcube.portal.databook.shared.NotificationType type,
String typeLabel,
String typeDesc,
org.gcube.portal.databook.shared.NotificationChannelType[] selectedChannels) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NotificationPreference o) |
org.gcube.portal.databook.shared.NotificationChannelType[] |
getSelectedChannels() |
org.gcube.portal.databook.shared.NotificationType |
getType() |
String |
getTypeDesc() |
String |
getTypeLabel() |
void |
setSelectedChannels(org.gcube.portal.databook.shared.NotificationChannelType[] selectedChannels) |
void |
setType(org.gcube.portal.databook.shared.NotificationType type) |
void |
setTypeDesc(String typeDesc) |
void |
setTypeLabel(String typeLabel) |
String |
toString() |
public org.gcube.portal.databook.shared.NotificationChannelType[] getSelectedChannels()
public void setSelectedChannels(org.gcube.portal.databook.shared.NotificationChannelType[] selectedChannels)
public org.gcube.portal.databook.shared.NotificationType getType()
public void setType(org.gcube.portal.databook.shared.NotificationType type)
public String getTypeLabel()
public void setTypeLabel(String typeLabel)
public String getTypeDesc()
public void setTypeDesc(String typeDesc)
public int compareTo(NotificationPreference o)
compareTo
in interface Comparable<NotificationPreference>
Copyright © 2014. All Rights Reserved.