Package org.cxml
Class Meal
- java.lang.Object
-
- org.cxml.Meal
-
public class Meal extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BookingClassCodebookingClassCodeprotected Descriptiondescription
-
Constructor Summary
Constructors Constructor Description Meal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BookingClassCodegetBookingClassCode()Gets the value of the bookingClassCode property.DescriptiongetDescription()Gets the value of the description property.voidsetBookingClassCode(BookingClassCode value)Sets the value of the bookingClassCode property.voidsetDescription(Description value)Sets the value of the description property.
-
-
-
Field Detail
-
bookingClassCode
protected BookingClassCode bookingClassCode
-
description
protected Description description
-
-
Method Detail
-
getBookingClassCode
public BookingClassCode getBookingClassCode()
Gets the value of the bookingClassCode property.- Returns:
- possible object is
BookingClassCode
-
setBookingClassCode
public void setBookingClassCode(BookingClassCode value)
Sets the value of the bookingClassCode property.- Parameters:
value- allowed object isBookingClassCode
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
-