university
Class Academic

java.lang.Object
  extended by university.Unit
      extended by university.Academic
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
Education

public abstract class Academic
extends Unit

Abstract class for the academic department in the university.

See Also:
Serialized Form

Constructor Summary
Academic()
          Creates a new instance of Academic
Academic(java.lang.String name, Address address)
          Creates a new instance of Academic
 
Method Summary
 
Methods inherited from class university.Unit
getAddress, getName, setAddress, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Academic

public Academic(java.lang.String name,
                Address address)
Creates a new instance of Academic

Parameters:
name - The name of the unit.
address - The Address of the Unit.

Academic

public Academic()
Creates a new instance of Academic