|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xtravelsystem.online.published.V1_0RC1.rentACar.answers.OpenHours
public class OpenHours
container for an office open hours
Constructor Summary | |
---|---|
OpenHours()
|
|
OpenHours(java.lang.String openTime,
java.lang.String closeTime,
java.lang.String type,
com.jumbotours.disponibility.Amount afterHoursCharge)
|
Method Summary | |
---|---|
com.jumbotours.disponibility.Amount |
getAfterHoursCharge()
how much does it cost to get the car after hours |
java.lang.String |
getCloseTime()
the closing hour |
java.lang.String |
getOpenTime()
the opening hour |
java.lang.String |
getType()
this hours type. |
void |
setAfterHoursCharge(com.jumbotours.disponibility.Amount afterHoursCharge)
how much does it cost to get the car after hours |
void |
setCloseTime(java.lang.String closeTime)
the closing hour |
void |
setOpenTime(java.lang.String openTime)
the opening hour |
void |
setType(java.lang.String type)
this hours type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenHours()
public OpenHours(java.lang.String openTime, java.lang.String closeTime, java.lang.String type, com.jumbotours.disponibility.Amount afterHoursCharge)
Method Detail |
---|
public com.jumbotours.disponibility.Amount getAfterHoursCharge()
public void setAfterHoursCharge(com.jumbotours.disponibility.Amount afterHoursCharge)
public java.lang.String getCloseTime()
public void setCloseTime(java.lang.String closeTime)
public java.lang.String getOpenTime()
public void setOpenTime(java.lang.String openTime)
public java.lang.String getType()
public void setType(java.lang.String type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |