ReservationCollection

Overview

Wrapper class representing a parent reservation and its children

Definition

global with sharing class ReservationCollection { global Reservation parentReservation global List<Reservation> childReservations }

Properties

Reservation parentReservation

Parent reservation

 

List<Reservation> childReservations

Child reservations

On this page