public class EventLogData extends Object implements Serializable
| Constructor and Description |
|---|
EventLogData() |
EventLogData(Long id,
Long assessmentId,
Long processId,
String title,
String userId,
String siteId,
Date startDate,
Date endDate,
Integer eclipseTime,
String errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAssessmentId() |
String |
getAssessmentIdStr()
Gets the string representation of the Long assessmentId
|
Integer |
getEclipseTime() |
Date |
getEndDate() |
String |
getErrorMsg() |
Long |
getEventLogId() |
String |
getIpAddress() |
Boolean |
getIsNoErrors() |
Long |
getProcessId() |
String |
getShortenedTitle()
Truncate the title to 13 characters.
|
String |
getSiteId() |
Date |
getStartDate() |
String |
getTitle() |
String |
getUserDisplay() |
String |
getUserEid() |
void |
setAssessmentId(Long assessmentId) |
void |
setEclipseTime(Integer eclipseTime) |
void |
setEndDate(Date endDate) |
void |
setErrorMsg(String errorMsg) |
void |
setEventLogId(Long eventLogId) |
void |
setIpAddress(String ipAddress) |
void |
setIsNoErrors(Boolean isNoErrors) |
void |
setProcessId(Long processId) |
void |
setSiteId(String siteId) |
void |
setStartDate(Date startDate) |
void |
setTitle(String title) |
void |
setUserDisplay(String userDisplay) |
void |
setUserEid(String userId) |
public Long getEventLogId()
public void setEventLogId(Long eventLogId)
public Long getAssessmentId()
public String getAssessmentIdStr()
public void setAssessmentId(Long assessmentId)
public Long getProcessId()
public void setProcessId(Long processId)
public String getTitle()
public void setTitle(String title)
public String getShortenedTitle()
public String getUserEid()
public void setUserEid(String userId)
public String getSiteId()
public void setSiteId(String siteId)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Integer getEclipseTime()
public void setEclipseTime(Integer eclipseTime)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public Boolean getIsNoErrors()
public void setIsNoErrors(Boolean isNoErrors)
public String getUserDisplay()
public void setUserDisplay(String userDisplay)
public String getIpAddress()
public void setIpAddress(String ipAddress)
Copyright © 2005–2017 Sakai Project. All rights reserved.