public class StudentGradingSummaryData extends Object implements StudentGradingSummaryIfc
Title:
Description:
Copyright: Copyright (c) 2007
Company:
| Constructor and Description |
|---|
StudentGradingSummaryData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentId() |
String |
getCreatedBy() |
Date |
getCreatedDate() |
String |
getLastModifiedBy() |
Date |
getLastModifiedDate() |
Integer |
getNumberRetake() |
Long |
getPublishedAssessmentId() |
Long |
getStudentGradingSummaryId() |
void |
setAgentId(String agentId) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedDate(Date createdDate) |
void |
setLastModifiedBy(String lastModifiedBy) |
void |
setLastModifiedDate(Date lastModifiedDate) |
void |
setNumberRetake(Integer numberRetake) |
void |
setPublishedAssessmentId(Long publishedAssessmentId) |
void |
setStudentGradingSummaryId(Long studentGradingSummaryId) |
public Long getStudentGradingSummaryId()
getStudentGradingSummaryId in interface StudentGradingSummaryIfcpublic void setStudentGradingSummaryId(Long studentGradingSummaryId)
setStudentGradingSummaryId in interface StudentGradingSummaryIfcpublic Long getPublishedAssessmentId()
getPublishedAssessmentId in interface StudentGradingSummaryIfcpublic void setPublishedAssessmentId(Long publishedAssessmentId)
setPublishedAssessmentId in interface StudentGradingSummaryIfcpublic String getAgentId()
getAgentId in interface StudentGradingSummaryIfcpublic void setAgentId(String agentId)
setAgentId in interface StudentGradingSummaryIfcpublic Integer getNumberRetake()
getNumberRetake in interface StudentGradingSummaryIfcpublic void setNumberRetake(Integer numberRetake)
setNumberRetake in interface StudentGradingSummaryIfcpublic String getCreatedBy()
getCreatedBy in interface StudentGradingSummaryIfcpublic void setCreatedBy(String createdBy)
setCreatedBy in interface StudentGradingSummaryIfcpublic Date getCreatedDate()
getCreatedDate in interface StudentGradingSummaryIfcpublic void setCreatedDate(Date createdDate)
setCreatedDate in interface StudentGradingSummaryIfcpublic String getLastModifiedBy()
getLastModifiedBy in interface StudentGradingSummaryIfcpublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface StudentGradingSummaryIfcpublic Date getLastModifiedDate()
getLastModifiedDate in interface StudentGradingSummaryIfcpublic void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate in interface StudentGradingSummaryIfcCopyright © 2005–2018 Sakai Project. All rights reserved.