@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, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
@Nullable public @Nullable String getRecipient()
getRecipient
in interface NotificationRule
public void setRecipient(String recipient)
setRecipient
in interface NotificationRule
@Nullable public @Nullable String getRecipientType()
getRecipientType
in interface NotificationRule
public void setRecipientType(String recipientType)
setRecipientType
in interface NotificationRule
@Nullable public @Nullable String getConditionKey()
getConditionKey
in interface NotificationRule
public void setConditionKey(String conditionKey)
setConditionKey
in interface NotificationRule
@NotNull public @NotNull String getConditionData()
getConditionData
in interface NotificationRule
public void setConditionData(String conditionData)
setConditionData
in interface NotificationRule
public NotificationSet getNotificationSet()
getNotificationSet
in interface NotificationRule
public void setNotificationSet(NotificationSet notificationSet)
setNotificationSet
in interface NotificationRule
@Nullable public @Nullable Object getNotificationTypeForView()
getNotificationTypeForView
in interface NotificationRule
public void setNotificationManager(NotificationManager notificationManager)
setNotificationManager
in interface NotificationRule
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int compareTo(NotificationRule o)
compareTo
in interface Comparable<NotificationRule>
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.