|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuniversity.Unit
university.Academic
public abstract class Academic
Abstract class for the academic department in the university.
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 |
---|
public Academic(java.lang.String name, Address address)
name
- The name of the unit.address
- The Address of the Unit.public Academic()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |