org.droolsjbpm.services.impl.model
Class RuleNotificationInstanceDesc
java.lang.Object
org.droolsjbpm.services.impl.model.RuleNotificationInstanceDesc
- All Implemented Interfaces:
- Serializable
@Entity
public class RuleNotificationInstanceDesc
- extends Object
- implements Serializable
- See Also:
- Serialized Form
RuleNotificationInstanceDesc
public RuleNotificationInstanceDesc()
RuleNotificationInstanceDesc
public RuleNotificationInstanceDesc(int sessionId,
String notification)
getPk
public long getPk()
setPk
public void setPk(long pk)
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-2013 JBoss by Red Hat. All Rights Reserved.