@Entity public class Sessiondata extends Object implements Serializable
Constructor and Description |
---|
Sessiondata() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated() |
Long |
getGroupId() |
Long |
getId() |
Long |
getLanguageId() |
Date |
getRefreshed() |
String |
getSessionId() |
Long |
getUserId() |
String |
getXml() |
boolean |
isPermanent() |
void |
setCreated(Date created) |
void |
setGroupId(Long groupId) |
void |
setId(Long id) |
void |
setLanguageId(Long languageId) |
void |
setPermanent(boolean permanent) |
void |
setRefreshed(Date refreshed) |
void |
setSessionId(String sessionId) |
void |
setUserId(Long userId) |
void |
setXml(String xml) |
public Long getId()
public void setId(Long id)
public Date getRefreshed()
public void setRefreshed(Date refreshed)
public String getSessionId()
public void setSessionId(String sessionId)
public Date getCreated()
public void setCreated(Date created)
public Long getUserId()
public void setUserId(Long userId)
public String getXml()
public void setXml(String xml)
public boolean isPermanent()
public void setPermanent(boolean permanent)
public Long getLanguageId()
public void setLanguageId(Long languageId)
public Long getGroupId()
public void setGroupId(Long groupId)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.