cz.muni.fi.pclis.web.controllers.admin
Class EditCourseSeminarsController.RemovableSeminar

java.lang.Object
  extended by cz.muni.fi.pclis.commons.domain.DomainObject
      extended by cz.muni.fi.pclis.domain.Educatable
          extended by cz.muni.fi.pclis.domain.Seminar
              extended by cz.muni.fi.pclis.web.controllers.admin.EditCourseSeminarsController.RemovableSeminar
Enclosing class:
EditCourseSeminarsController

public class EditCourseSeminarsController.RemovableSeminar
extends Seminar


Field Summary
private  boolean removable
           
 
Constructor Summary
EditCourseSeminarsController.RemovableSeminar(Seminar seminar)
           
 
Method Summary
 boolean isRemovable()
           
 void setRemovable(boolean removable)
           
 
Methods inherited from class cz.muni.fi.pclis.domain.Seminar
getCode, getCourse, getOrdinalNumber, getTerm, setCourse, setOrdinalNumber, setTerm
 
Methods inherited from class cz.muni.fi.pclis.commons.domain.DomainObject
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

removable

private boolean removable
Constructor Detail

EditCourseSeminarsController.RemovableSeminar

public EditCourseSeminarsController.RemovableSeminar(Seminar seminar)
Method Detail

isRemovable

public boolean isRemovable()

setRemovable

public void setRemovable(boolean removable)


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