public class TravelDescription extends Object implements CaseComponent
Region| Modifier and Type | Class and Description |
|---|---|
static class |
TravelDescription.AccommodationTypes |
| Constructor and Description |
|---|
TravelDescription() |
| Modifier and Type | Method and Description |
|---|---|
TravelDescription.AccommodationTypes |
getAccommodation() |
String |
getCaseId() |
Integer |
getDuration() |
String |
getHolidayType() |
Attribute |
getIdAttribute() |
Integer |
getNumberOfPersons() |
Region |
getRegion() |
String |
getSeason() |
String |
getTransportation() |
static void |
main(String[] args) |
void |
setAccommodation(TravelDescription.AccommodationTypes accomodation) |
void |
setCaseId(String caseId) |
void |
setDuration(Integer duration) |
void |
setHolidayType(String holidayType) |
void |
setNumberOfPersons(Integer numberOfPersons) |
void |
setRegion(Region region) |
void |
setSeason(String season) |
void |
setTransportation(String transportation) |
String |
toString() |
public TravelDescription()
public TravelDescription.AccommodationTypes getAccommodation()
public void setAccommodation(TravelDescription.AccommodationTypes accomodation)
accomodation - the accomodation to setpublic Integer getDuration()
public void setDuration(Integer duration)
duration - the duration to setpublic String getHolidayType()
public void setHolidayType(String holidayType)
holidayType - the holidayType to setpublic Integer getNumberOfPersons()
public void setNumberOfPersons(Integer numberOfPersons)
numberOfPersons - the numberOfPersons to setpublic String getTransportation()
public void setTransportation(String transportation)
transportation - the transportation to setpublic Attribute getIdAttribute()
getIdAttribute in interface CaseComponentCopyright © 2018 Group of Artificial Intelligence Applications (GAIA). All rights reserved.