Interface StudentGradingSummaryIfc
-
- All Superinterfaces:
Serializable
public interface StudentGradingSummaryIfc extends Serializable
Title:
Description:
Copyright: Copyright (c) 2007
Company:
- Version:
- 1.0
- Author:
- not attributable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAgentId()StringgetCreatedBy()DategetCreatedDate()StringgetLastModifiedBy()DategetLastModifiedDate()IntegergetNumberRetake()LonggetPublishedAssessmentId()LonggetStudentGradingSummaryId()voidsetAgentId(String agentId)voidsetCreatedBy(String createdBy)voidsetCreatedDate(Date createdDate)voidsetLastModifiedBy(String lastModifiedBy)voidsetLastModifiedDate(Date lastModifiedDate)voidsetNumberRetake(Integer numberRetake)voidsetPublishedAssessmentId(Long publishedAssessmentId)voidsetStudentGradingSummaryId(Long studentGradingSummaryId)
-
-
-
Method Detail
-
getStudentGradingSummaryId
Long getStudentGradingSummaryId()
-
setStudentGradingSummaryId
void setStudentGradingSummaryId(Long studentGradingSummaryId)
-
getPublishedAssessmentId
Long getPublishedAssessmentId()
-
setPublishedAssessmentId
void setPublishedAssessmentId(Long publishedAssessmentId)
-
getAgentId
String getAgentId()
-
setAgentId
void setAgentId(String agentId)
-
getNumberRetake
Integer getNumberRetake()
-
setNumberRetake
void setNumberRetake(Integer numberRetake)
-
getCreatedBy
String getCreatedBy()
-
setCreatedBy
void setCreatedBy(String createdBy)
-
getCreatedDate
Date getCreatedDate()
-
setCreatedDate
void setCreatedDate(Date createdDate)
-
getLastModifiedBy
String getLastModifiedBy()
-
setLastModifiedBy
void setLastModifiedBy(String lastModifiedBy)
-
getLastModifiedDate
Date getLastModifiedDate()
-
setLastModifiedDate
void setLastModifiedDate(Date lastModifiedDate)
-
-