Drools :: Persistence :: JPA 6.2.0.CR4

org.drools.persistence.info
Class SessionInfo

java.lang.Object
  extended by org.drools.persistence.info.SessionInfo
All Implemented Interfaces:
Transformable

@Entity
public class SessionInfo
extends Object
implements Transformable


Constructor Summary
SessionInfo()
           
 
Method Summary
 byte[] getData()
           
 Long getId()
           
 SessionMarshallingHelper getJPASessionMashallingHelper()
           
 Date getLastModificationDate()
           
 Date getStartDate()
           
 int getVersion()
           
 void setData(byte[] data)
           
 void setId(Long ksessionId)
           
 void setJPASessionMashallingHelper(SessionMarshallingHelper helper)
           
 void setLastModificationDate(Date date)
           
 void transform()
           
 
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 Long 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)

transform

public void transform()
Specified by:
transform in interface Transformable

setId

public void setId(Long ksessionId)

Drools :: Persistence :: JPA 6.2.0.CR4

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