Drools :: Persistence :: JPA 6.0.0.CR3

org.drools.persistence.info
Class SessionInfo

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

@Entity
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)

Drools :: Persistence :: JPA 6.0.0.CR3

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