@Entity public class NotificationRuleImpl extends BambooEntityObject implements NotificationRule
| Constructor and Description |
|---|
NotificationRuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NotificationRule o) |
boolean |
equals(Object o) |
@NotNull String |
getConditionData() |
@Nullable String |
getConditionKey() |
NotificationSet |
getNotificationSet() |
@Nullable Object |
getNotificationTypeForView()
Hack until i get the ui sorted out.
|
@Nullable String |
getRecipient() |
@Nullable String |
getRecipientType() |
int |
hashCode() |
void |
setConditionData(String conditionData) |
void |
setConditionKey(String conditionKey) |
void |
setNotificationManager(NotificationManager notificationManager) |
void |
setNotificationSet(NotificationSet notificationSet) |
void |
setRecipient(String recipient) |
void |
setRecipientType(String recipientType) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitsetIdgetId@Nullable public @Nullable String getRecipient()
getRecipient in interface NotificationRulepublic void setRecipient(String recipient)
setRecipient in interface NotificationRule@Nullable public @Nullable String getRecipientType()
getRecipientType in interface NotificationRulepublic void setRecipientType(String recipientType)
setRecipientType in interface NotificationRule@Nullable public @Nullable String getConditionKey()
getConditionKey in interface NotificationRulepublic void setConditionKey(String conditionKey)
setConditionKey in interface NotificationRule@NotNull public @NotNull String getConditionData()
getConditionData in interface NotificationRulepublic void setConditionData(String conditionData)
setConditionData in interface NotificationRulepublic NotificationSet getNotificationSet()
getNotificationSet in interface NotificationRulepublic void setNotificationSet(NotificationSet notificationSet)
setNotificationSet in interface NotificationRule@Nullable public @Nullable Object getNotificationTypeForView()
getNotificationTypeForView in interface NotificationRulepublic void setNotificationManager(NotificationManager notificationManager)
setNotificationManager in interface NotificationRulepublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(NotificationRule o)
compareTo in interface Comparable<NotificationRule>Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.