cz.muni.fi.pclis.domain
Class Educatable

java.lang.Object
  extended by cz.muni.fi.pclis.commons.domain.DomainObject
      extended by cz.muni.fi.pclis.domain.Educatable
Direct Known Subclasses:
Course, Seminar

public abstract class Educatable
extends DomainObject

Abstract superclass for entities, which can be taught at schools, e.g. Course, Seminar,... User: Ľuboš Pecho Date: 6.7.2009 Time: 18:06:47


Constructor Summary
Educatable()
           
 
Method Summary
abstract  String getCode()
          Returns the code
 
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
 

Constructor Detail

Educatable

public Educatable()
Method Detail

getCode

public abstract String getCode()
Returns the code

Returns:


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