public class TravelDescription extends Object implements CaseComponent
Constructor and Description |
---|
TravelDescription() |
Modifier and Type | Method and Description |
---|---|
String |
getAccomodation() |
String |
getCaseId() |
Integer |
getDuration() |
String |
getHolidayType() |
String |
getHotel() |
Attribute |
getIdAttribute() |
Integer |
getNumberOfPersons() |
Integer |
getPrice() |
String |
getRegion() |
String |
getSeason() |
String |
getTransportation() |
static void |
main(String[] args) |
void |
setAccomodation(String accomodation) |
void |
setCaseId(String caseId) |
void |
setDuration(Integer duration) |
void |
setHolidayType(String holidayType) |
void |
setHotel(String hotel) |
void |
setNumberOfPersons(Integer numberOfPersons) |
void |
setPrice(Integer price) |
void |
setRegion(String region) |
void |
setSeason(String season) |
void |
setTransportation(String transportation) |
String |
toString() |
public TravelDescription()
public String getAccomodation()
public void setAccomodation(String 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 CaseComponent
Copyright © 2018 Group of Artificial Intelligence Applications (GAIA). All rights reserved.