org.drools.persistence.info
Class SessionInfo

java.lang.Object
  extended by org.drools.persistence.info.SessionInfo

public class SessionInfo
extends Object


Constructor Summary
SessionInfo()
           
 
Method Summary
 byte[] getData()
           
 Integer getId()
           
 SessionMarshallingHelper getJPASessionMashallingHelper()
           
 Date getLastModificationDate()
           
 Date getStartDate()
           
 int getVersion()
           
 void setData(byte[] data)
           
 void setId(Integer ksessionId)
           
 void setJPASessionMashallingHelper(SessionMarshallingHelper helper)
           
 void setLastModificationDate(Date date)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInfo

public SessionInfo()
Method Detail

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.