org.sciplore.resources
Class Log
java.lang.Object
org.sciplore.resources.Resource
org.sciplore.resources.Log
@Entity
public class Log
- extends Resource
Constructor Summary |
Log()
|
Methods inherited from class org.sciplore.resources.Resource |
save |
Log
public Log()
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id
- the id to set
getTime
public Date getTime()
- Returns:
- the time
setTime
public void setTime(Date time)
- Parameters:
time
- the time to set
getUser
public User getUser()
- Returns:
- the user
setUser
public void setUser(User user)
- Parameters:
user
- the user to set
getApplication
public Application getApplication()
- Returns:
- the application
setApplication
public void setApplication(Application application)
- Parameters:
application
- the application to set
getTable
public String getTable()
- Returns:
- the table
setTable
public void setTable(String table)
- Parameters:
table
- the table to set
getIp
public String getIp()
- Returns:
- the ip
setIp
public void setIp(String ip)
- Parameters:
ip
- the ip to set
getEvent
public Short getEvent()
- Returns:
- the event
setEvent
public void setEvent(Short event)
- Parameters:
event
- the event to set
getDetails
public String getDetails()
- Returns:
- the details
setDetails
public void setDetails(String details)
- Parameters:
details
- the details to set