com.atlassian.bamboo.notification
Class LegacyNotificationIm

java.lang.Object
  extended by com.atlassian.bamboo.notification.LegacyNotificationIm

public class LegacyNotificationIm
extends Object


Constructor Summary
LegacyNotificationIm(String address, String content)
           
 
Method Summary
 int compareTo(Object obj)
           
 boolean equals(Object o)
           
 String getAddress()
           
 String getContent()
           
 int hashCode()
           
 void setAddress(String address)
           
 void setContent(String content)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyNotificationIm

public LegacyNotificationIm(String address,
                            String content)
Method Detail

getAddress

public String getAddress()

setAddress

public void setAddress(String address)

getContent

public String getContent()

setContent

public void setContent(String content)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

compareTo

public int compareTo(Object obj)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.