com.atlassian.bamboo.notification
Class NotificationRecipientImpl

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.notification.NotificationRecipientImpl
All Implemented Interfaces:
BambooObject, NotificationRecipient, java.lang.Cloneable

public class NotificationRecipientImpl
extends BambooEntityObject
implements NotificationRecipient


Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Fields inherited from interface com.atlassian.bamboo.notification.NotificationRecipient
COMMITTER_RECIPIENT, EMAIL_RECIPIENT, FAVOURITE_RECIPIENT, GROUP_RECIPIENT, IM_RECIPIENT, ROLE_RECIPIENT, USER_RECIPIENT
 
Constructor Summary
NotificationRecipientImpl()
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getRecipient()
           
 java.lang.String getRecipientType()
           
 int hashCode()
           
 void setRecipient(java.lang.String recipient)
           
 void setRecipientType(java.lang.String recipientType)
           
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationRecipientImpl

public NotificationRecipientImpl()
Method Detail

getRecipient

public java.lang.String getRecipient()
Specified by:
getRecipient in interface NotificationRecipient

setRecipient

public void setRecipient(java.lang.String recipient)
Specified by:
setRecipient in interface NotificationRecipient

getRecipientType

public java.lang.String getRecipientType()
Specified by:
getRecipientType in interface NotificationRecipient

setRecipientType

public void setRecipientType(java.lang.String recipientType)
Specified by:
setRecipientType in interface NotificationRecipient

hashCode

public int hashCode()
Overrides:
hashCode in class com.atlassian.core.bean.EntityObject

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class com.atlassian.core.bean.EntityObject

compareTo

public int compareTo(java.lang.Object obj)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.