@Entity public class SessionInfo extends Object
Constructor and Description |
---|
SessionInfo() |
Modifier and Type | Method and Description |
---|---|
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() |
public Integer 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 update()
public void setId(Integer ksessionId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.