com.xtravelsystem.online.published.V1_0RC1.rentACar.answers
Class OpenHours

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.rentACar.answers.OpenHours

public class OpenHours
extends java.lang.Object

container for an office open hours

Since:
version 1.0 Release Candidate 1
Author:
Miguel Pérez

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

OpenHours

public OpenHours()

OpenHours

public OpenHours(java.lang.String openTime,
                 java.lang.String closeTime,
                 java.lang.String type,
                 com.jumbotours.disponibility.Amount afterHoursCharge)
Method Detail

getAfterHoursCharge

public com.jumbotours.disponibility.Amount getAfterHoursCharge()
how much does it cost to get the car after hours


setAfterHoursCharge

public void setAfterHoursCharge(com.jumbotours.disponibility.Amount afterHoursCharge)
how much does it cost to get the car after hours


getCloseTime

public java.lang.String getCloseTime()
the closing hour


setCloseTime

public void setCloseTime(java.lang.String closeTime)
the closing hour


getOpenTime

public java.lang.String getOpenTime()
the opening hour


setOpenTime

public void setOpenTime(java.lang.String openTime)
the opening hour


getType

public java.lang.String getType()
this hours type.


setType

public void setType(java.lang.String type)
this hours type.