org.sakaiproject.tool.assessment.data.ifc.grading
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
 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)
           
 

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)


Copyright © 2005-2013 Sakai Project. All Rights Reserved.