@Entity public class SessionInfo extends Object implements Transformable
Constructor and Description |
---|
SessionInfo() |
Modifier and Type | Method and Description |
---|---|
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() |
public Long getId()
public int getVersion()
public void setJPASessionMashallingHelper(SessionMarshallingHelper helper)
public SessionMarshallingHelper getJPASessionMashallingHelper()
public void setData(byte[] data)
public byte[] getData()
public Date getStartDate()
public Date getLastModificationDate()
public void setLastModificationDate(Date date)
public void transform()
transform
in interface Transformable
public void setId(Long ksessionId)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.