public class Logintime extends AbstractIdentifiedHibernateObject<Logintime>
| Modifier and Type | Field and Description |
|---|---|
static int |
LOGIN |
static int |
LOGOUT |
id| Constructor and Description |
|---|
Logintime()
This class is used to register login and logout times for posper users.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivity() |
Date |
getCreated_at() |
String |
getHostname() |
User |
getPosper_user() |
void |
setActivity(Integer activity) |
void |
setCreated_at(Date created_at) |
void |
setHostname(String hostname) |
void |
setPosper_user(User posper_user) |
equals, getId, getVersion, hashCode, setId, setVersiondelete, getGetters, getKeyValue, merge, refresh, savepublic static final int LOGIN
public static final int LOGOUT
public Logintime()
public Integer getActivity()
public void setActivity(Integer activity)
public String getHostname()
public void setHostname(String hostname)
public Date getCreated_at()
public void setCreated_at(Date created_at)
public User getPosper_user()
public void setPosper_user(User posper_user)
Copyright © 2021. All rights reserved.