org.drools.persistence.info
Class SessionInfo
java.lang.Object
org.drools.persistence.info.SessionInfo
public class SessionInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionInfo
public SessionInfo()
getId
public Integer getId()
getVersion
public int getVersion()
setJPASessionMashallingHelper
public void setJPASessionMashallingHelper(SessionMarshallingHelper helper)
getJPASessionMashallingHelper
public SessionMarshallingHelper getJPASessionMashallingHelper()
setData
public void setData(byte[] data)
getData
public byte[] getData()
getStartDate
public Date getStartDate()
getLastModificationDate
public Date getLastModificationDate()
setLastModificationDate
public void setLastModificationDate(Date date)
update
public void update()
setId
public void setId(Integer ksessionId)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.