org.tolven.core.entity
Class PerformanceData
java.lang.Object
org.tolven.core.entity.PerformanceData
- All Implemented Interfaces:
- java.io.Serializable
public class PerformanceData
- extends java.lang.Object
- implements java.io.Serializable
Keeps track of performance measures for all request calls.
- Author:
- Scott DuVall
- See Also:
- Serialized Form
|
Constructor Summary |
PerformanceData()
Construct an empty PerformanceData record. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PerformanceData
public PerformanceData()
- Construct an empty PerformanceData record.
getId
public long getId()
- The unique internal Tolven ID of the PerformanceData. This ID has no meaning other than uniqueness.
Leave Id null for a new record. The EntityManager will assign a unique Id when it is persisted.
setId
public void setId(long val)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getAccountUserID
public java.lang.Long getAccountUserID()
- Returns:
- the accountUserID
setAccountUserID
public void setAccountUserID(java.lang.Long accountUserID)
- Parameters:
accountUserID - the accountUserID to set
getElapsed
public double getElapsed()
- Returns:
- the elapsed
setElapsed
public void setElapsed(double elapsed)
- Parameters:
elapsed - the elapsed to set
getExceptions
public java.lang.String getExceptions()
- Returns:
- the exceptions
setExceptions
public void setExceptions(java.lang.String exceptions)
- Parameters:
exceptions - the exceptions to set
getEventTime
public java.util.Date getEventTime()
- Returns:
- the eventTime
setEventTime
public void setEventTime(java.util.Date eventTime)
- Parameters:
eventTime - the eventTime to set
getQueryParams
public java.lang.String getQueryParams()
- Returns:
- the queryParams
setQueryParams
public void setQueryParams(java.lang.String queryParams)
- Parameters:
queryParams - the queryParams to set
getRemoteIP
public java.lang.String getRemoteIP()
- Returns:
- the remoteIP
setRemoteIP
public void setRemoteIP(java.lang.String remoteIP)
- Parameters:
remoteIP - the remoteIP to set
getRemoteUserName
public java.lang.String getRemoteUserName()
- Returns:
- the remoteUserName
setRemoteUserName
public void setRemoteUserName(java.lang.String remoteUserName)
- Parameters:
remoteUserName - the remoteUserName to set
getRequestURI
public java.lang.String getRequestURI()
- Returns:
- the requestURI
setRequestURI
public void setRequestURI(java.lang.String requestURI)
- Parameters:
requestURI - the requestURI to set
getSessionID
public java.lang.String getSessionID()
- Returns:
- the sessionID
setSessionID
public void setSessionID(java.lang.String sessionID)
- Parameters:
sessionID - the sessionID to set
getMethod
public java.lang.String getMethod()
setMethod
public void setMethod(java.lang.String method)
getFacesViewState
public java.lang.String getFacesViewState()
setFacesViewState
public void setFacesViewState(java.lang.String facesViewState)
getLocalIP
public java.lang.String getLocalIP()
setLocalIP
public void setLocalIP(java.lang.String localIP)