|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuniversity.Unit
university.Admin
university.Addmissions
public class Addmissions
Class for addmission in the university
Constructor Summary | |
---|---|
protected |
Addmissions(java.lang.String name,
Address address)
Creates a new instance of Addmissions |
Method Summary | |
---|---|
static Unit |
create(java.lang.String name,
Address address)
Singleton method to create an instance of Addmissions. |
static Unit |
getInstance()
Returns an instance of the Addmission Unit. |
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 |
---|
protected Addmissions(java.lang.String name, Address address)
name
- The name of the Addmission Unit.address
- The Address of the Addmission Unit.Method Detail |
---|
public static Unit getInstance()
public static Unit create(java.lang.String name, Address address)
name
- The name of the Addmissions Unit.address
- The address of the Addmission Unit.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |