jBPM Console NG - Business Domain API 6.0.0.CR4-Pre1

org.jbpm.console.ng.bd.model
Class RuleNotificationSummary

java.lang.Object
  extended by org.jbpm.console.ng.bd.model.RuleNotificationSummary
All Implemented Interfaces:
Serializable

@Portable
public class RuleNotificationSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RuleNotificationSummary()
           
RuleNotificationSummary(long id, String notification, int sessionId, Date dataTimeStamp)
           
 
Method Summary
 Date getDataTimeStamp()
           
 long getId()
           
 String getNotification()
           
 int getSessionId()
           
 void setDataTimeStamp(Date dataTimeStamp)
           
 void setId(long id)
           
 void setNotification(String notification)
           
 void setSessionId(int sessionId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleNotificationSummary

public RuleNotificationSummary()

RuleNotificationSummary

public RuleNotificationSummary(long id,
                               String notification,
                               int sessionId,
                               Date dataTimeStamp)
Method Detail

getId

public long getId()

setId

public void setId(long id)

getNotification

public String getNotification()

setNotification

public void setNotification(String notification)

getSessionId

public int getSessionId()

setSessionId

public void setSessionId(int sessionId)

getDataTimeStamp

public Date getDataTimeStamp()

setDataTimeStamp

public void setDataTimeStamp(Date dataTimeStamp)

toString

public String toString()
Overrides:
toString in class Object

jBPM Console NG - Business Domain API 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.