org.sakaiproject.tool.assessment.data.dao.grading
Class StudentGradingSummaryData

java.lang.Object
  extended by org.sakaiproject.tool.assessment.data.dao.grading.StudentGradingSummaryData
All Implemented Interfaces:
Serializable, StudentGradingSummaryIfc

public class StudentGradingSummaryData
extends Object
implements StudentGradingSummaryIfc

Title:

Description:

Copyright: Copyright (c) 2007

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
StudentGradingSummaryData()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentGradingSummaryData

public StudentGradingSummaryData()
Method Detail

getStudentGradingSummaryId

public Long getStudentGradingSummaryId()
Specified by:
getStudentGradingSummaryId in interface StudentGradingSummaryIfc

setStudentGradingSummaryId

public void setStudentGradingSummaryId(Long studentGradingSummaryId)
Specified by:
setStudentGradingSummaryId in interface StudentGradingSummaryIfc

getPublishedAssessmentId

public Long getPublishedAssessmentId()
Specified by:
getPublishedAssessmentId in interface StudentGradingSummaryIfc

setPublishedAssessmentId

public void setPublishedAssessmentId(Long publishedAssessmentId)
Specified by:
setPublishedAssessmentId in interface StudentGradingSummaryIfc

getAgentId

public String getAgentId()
Specified by:
getAgentId in interface StudentGradingSummaryIfc

setAgentId

public void setAgentId(String agentId)
Specified by:
setAgentId in interface StudentGradingSummaryIfc

getNumberRetake

public Integer getNumberRetake()
Specified by:
getNumberRetake in interface StudentGradingSummaryIfc

setNumberRetake

public void setNumberRetake(Integer numberRetake)
Specified by:
setNumberRetake in interface StudentGradingSummaryIfc

getCreatedBy

public String getCreatedBy()
Specified by:
getCreatedBy in interface StudentGradingSummaryIfc

setCreatedBy

public void setCreatedBy(String createdBy)
Specified by:
setCreatedBy in interface StudentGradingSummaryIfc

getCreatedDate

public Date getCreatedDate()
Specified by:
getCreatedDate in interface StudentGradingSummaryIfc

setCreatedDate

public void setCreatedDate(Date createdDate)
Specified by:
setCreatedDate in interface StudentGradingSummaryIfc

getLastModifiedBy

public String getLastModifiedBy()
Specified by:
getLastModifiedBy in interface StudentGradingSummaryIfc

setLastModifiedBy

public void setLastModifiedBy(String lastModifiedBy)
Specified by:
setLastModifiedBy in interface StudentGradingSummaryIfc

getLastModifiedDate

public Date getLastModifiedDate()
Specified by:
getLastModifiedDate in interface StudentGradingSummaryIfc

setLastModifiedDate

public void setLastModifiedDate(Date lastModifiedDate)
Specified by:
setLastModifiedDate in interface StudentGradingSummaryIfc


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