org.sonar.core.notification
Class NotificationQueueElement

java.lang.Object
  extended by org.sonar.core.notification.NotificationQueueElement

public class NotificationQueueElement
extends Object


Constructor Summary
NotificationQueueElement()
           
 
Method Summary
 Date getCreatedAt()
           
 Integer getId()
           
 Notification getNotification()
           
 void setCreatedAt(Date createdAt)
           
 void setId(Integer id)
           
 void setNotification(Notification notification)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationQueueElement

public NotificationQueueElement()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getCreatedAt

public Date getCreatedAt()

setCreatedAt

public void setCreatedAt(Date createdAt)

setNotification

public void setNotification(Notification notification)

getNotification

public Notification getNotification()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.