|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscheduler.db.coursedb.Course.RequiredEquipment
public class Course.RequiredEquipment
This class specifies the required equipment for a course.
Field Summary | |
---|---|
private boolean |
laptopconnectivity
|
private boolean |
overhead
|
private boolean |
smartroom
|
Constructor Summary | |
---|---|
Course.RequiredEquipment(boolean isSmartRoom,
boolean hasOverhead,
boolean hasLaptopConnectivity)
This constructor will make a class holding current required equipment. |
Method Summary | |
---|---|
Course.RequiredEquipment |
clone()
Standard cloning method. |
boolean |
hasLaptopConnectivity()
Returns whether this need have laptop connectivity. |
boolean |
hasOverhead()
Returns whether this need have an overhead. |
boolean |
isSmartroom()
Returns whether this need be a smart room. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean smartroom
private boolean overhead
private boolean laptopconnectivity
Constructor Detail |
---|
public Course.RequiredEquipment(boolean isSmartRoom, boolean hasOverhead, boolean hasLaptopConnectivity)
isSmartRoom
- whether this need be a smart room.hasOverhead
- whether this need have an overhead.hasLaptopConnectivity
- whether this need have laptop
connectivity.Method Detail |
---|
public boolean isSmartroom()
public boolean hasOverhead()
public boolean hasLaptopConnectivity()
public Course.RequiredEquipment clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |