org.sciplore.resources
Class Log

java.lang.Object
  extended by org.sciplore.resources.Resource
      extended by org.sciplore.resources.Log

@Entity
public class Log
extends Resource


Constructor Summary
Log()
           
 
Method Summary
 Application getApplication()
           
 String getDetails()
           
 Short getEvent()
           
 Integer getId()
           
 String getIp()
           
 String getTable()
           
 Date getTime()
           
 User getUser()
           
 void setApplication(Application application)
           
 void setDetails(String details)
           
 void setEvent(Short event)
           
 void setId(Integer id)
           
 void setIp(String ip)
           
 void setTable(String table)
           
 void setTime(Date time)
           
 void setUser(User user)
           
 
Methods inherited from class org.sciplore.resources.Resource
save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

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