cz.muni.fi.pclis.web.beans
Class CourseStudentsBean

java.lang.Object
  extended by cz.muni.fi.pclis.web.beans.CourseStudentsBean

public class CourseStudentsBean
extends Object

Bean used by importing students registred to course by export from IS MU User: Ľuboš Pecho Date: 30.8.2009 Time: 20:53:49


Field Summary
(package private)  Long courseId
          Id of the course
(package private)  byte[] file
          File containing export
(package private)  Long termId
          Ide of the term
 
Constructor Summary
CourseStudentsBean()
           
 
Method Summary
 Long getCourseId()
           
 byte[] getFile()
           
 Long getTermId()
           
 void setCourseId(Long courseId)
          Sets the course id
 void setFile(byte[] file)
          Sets the file
 void setTermId(Long termId)
          Sets the term id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

courseId

Long courseId
Id of the course


termId

Long termId
Ide of the term


file

byte[] file
File containing export

Constructor Detail

CourseStudentsBean

public CourseStudentsBean()
Method Detail

getCourseId

public Long getCourseId()
Returns:
course id

setCourseId

public void setCourseId(Long courseId)
Sets the course id

Parameters:
courseId -

getTermId

public Long getTermId()
Returns:
term id

setTermId

public void setTermId(Long termId)
Sets the term id

Parameters:
termId -

getFile

public byte[] getFile()
Returns:
file

setFile

public void setFile(byte[] file)
Sets the file

Parameters:
file -


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.