com.atlassian.confluence.mail.notification
Class Notification

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.confluence.core.ConfluenceEntityObject
          extended by com.atlassian.confluence.mail.notification.Notification
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Notification
extends ConfluenceEntityObject

A "Notification" is an email subscription or "watch" on some space. If page and space are set, it's a page notification If just space is set, it's a space notification If neither are set, it's a daily email subscription (Yeah, slightly dodgy, but it works)

See Also:
Serialized Form

Constructor Summary
Notification()
           
 
Method Summary
 AbstractPage getPage()
           
 Space getSpace()
           
 java.lang.String getUserName()
           
 boolean isUserChange()
           
 void setPage(AbstractPage page)
           
 void setSpace(Space space)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreatorName, getLastModifierName, isPersistent, setCreatorName, setLastModifierName
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification()
Method Detail

getPage

public AbstractPage getPage()

setPage

public void setPage(AbstractPage page)

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getSpace

public Space getSpace()

setSpace

public void setSpace(Space space)

isUserChange

public boolean isUserChange()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.