-
public final class GAReservationItemExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final GAReservationStatusstatusprivate final StringuserVisibleStatusLabelprivate final GAReservationTypetypeprivate final StringconfirmationCodeprivate final GATimereservationTimeprivate final GATimeuserAcceptableTimeRangeprivate final IntegerpartySizeprivate final List<GAStaffFacilitator>staffFacilitatorsprivate final GALocationlocation
-
Constructor Summary
Constructors Constructor Description GAReservationItemExtension(GAReservationStatus status, String userVisibleStatusLabel, GAReservationType type, String confirmationCode, GATime reservationTime, GATime userAcceptableTimeRange, Integer partySize, List<GAStaffFacilitator> staffFacilitators, GALocation location)
-
Method Summary
Modifier and Type Method Description final GAReservationStatuscomponent1()final Stringcomponent2()final GAReservationTypecomponent3()final Stringcomponent4()final GATimecomponent5()final GATimecomponent6()final Integercomponent7()final List<GAStaffFacilitator>component8()final GALocationcomponent9()final GAReservationItemExtensioncopy(GAReservationStatus status, String userVisibleStatusLabel, GAReservationType type, String confirmationCode, GATime reservationTime, GATime userAcceptableTimeRange, Integer partySize, List<GAStaffFacilitator> staffFacilitators, GALocation location)final GAReservationStatusgetStatus()final StringgetUserVisibleStatusLabel()final GAReservationTypegetType()final StringgetConfirmationCode()final GATimegetReservationTime()final GATimegetUserAcceptableTimeRange()final IntegergetPartySize()final List<GAStaffFacilitator>getStaffFacilitators()final GALocationgetLocation()-
-
Constructor Detail
-
GAReservationItemExtension
GAReservationItemExtension(GAReservationStatus status, String userVisibleStatusLabel, GAReservationType type, String confirmationCode, GATime reservationTime, GATime userAcceptableTimeRange, Integer partySize, List<GAStaffFacilitator> staffFacilitators, GALocation location)
-
-
Method Detail
-
component1
final GAReservationStatus component1()
-
component2
final String component2()
-
component3
final GAReservationType component3()
-
component4
final String component4()
-
component5
final GATime component5()
-
component6
final GATime component6()
-
component7
final Integer component7()
-
component8
final List<GAStaffFacilitator> component8()
-
component9
final GALocation component9()
-
copy
final GAReservationItemExtension copy(GAReservationStatus status, String userVisibleStatusLabel, GAReservationType type, String confirmationCode, GATime reservationTime, GATime userAcceptableTimeRange, Integer partySize, List<GAStaffFacilitator> staffFacilitators, GALocation location)
-
getStatus
final GAReservationStatus getStatus()
-
getUserVisibleStatusLabel
final String getUserVisibleStatusLabel()
-
getType
final GAReservationType getType()
-
getConfirmationCode
final String getConfirmationCode()
-
getReservationTime
final GATime getReservationTime()
-
getUserAcceptableTimeRange
final GATime getUserAcceptableTimeRange()
-
getPartySize
final Integer getPartySize()
-
getStaffFacilitators
final List<GAStaffFacilitator> getStaffFacilitators()
-
getLocation
final GALocation getLocation()
-
-
-
-