org.jbpm.console.ng.bd.model
Class RuleNotificationSummary
java.lang.Object
org.jbpm.console.ng.bd.model.RuleNotificationSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class RuleNotificationSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
RuleNotificationSummary
public RuleNotificationSummary()
RuleNotificationSummary
public RuleNotificationSummary(long id,
String notification,
int sessionId,
Date dataTimeStamp)
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.