capCostType = $capCostType;
}
public function getCapCostType()
{
return $this->capCostType;
}
public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
public function getEndDate()
{
return $this->endDate;
}
/**
* @param Google_Service_Dfareporting_Flight[]
*/
public function setFlights($flights)
{
$this->flights = $flights;
}
/**
* @return Google_Service_Dfareporting_Flight[]
*/
public function getFlights()
{
return $this->flights;
}
public function setGroupType($groupType)
{
$this->groupType = $groupType;
}
public function getGroupType()
{
return $this->groupType;
}
public function setPricingType($pricingType)
{
$this->pricingType = $pricingType;
}
public function getPricingType()
{
return $this->pricingType;
}
public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
public function getStartDate()
{
return $this->startDate;
}
}