public class TravelDescription extends Object implements CaseComponent
Constructor and Description |
---|
TravelDescription() |
Modifier and Type | Method and Description |
---|---|
Instance |
getAccommodation() |
Instance |
getCaseId() |
Instance |
getDestination() |
Instance |
getDuration() |
Instance |
getHolidayType() |
Attribute |
getIdAttribute() |
Instance |
getMainConcept() |
Instance |
getNumberOfPersons() |
Instance |
getSeason() |
Instance |
getTransportation() |
void |
setAccommodation(Instance accomodation) |
void |
setDestination(Instance destination) |
void |
setDuration(Instance duration) |
void |
setHolidayType(Instance holidayType) |
void |
setMainConcept(Instance mc) |
void |
setNumberOfPersons(Instance numberOfPersons) |
void |
setSeason(Instance season) |
void |
setTransportation(Instance transportation) |
String |
toString() |
public TravelDescription()
public Instance getAccommodation()
public void setAccommodation(Instance accomodation)
accomodation
- the accomodation to setpublic void setMainConcept(Instance mc)
mc
- the main concept to setpublic Instance getMainConcept()
public Instance getDuration()
public void setDuration(Instance duration)
duration
- the duration to setpublic Instance getHolidayType()
public void setHolidayType(Instance holidayType)
holidayType
- the holidayType to setpublic Instance getNumberOfPersons()
public void setNumberOfPersons(Instance numberOfPersons)
numberOfPersons
- the numberOfPersons to setpublic Instance getDestination()
public void setDestination(Instance destination)
destination
- the destination to setpublic Instance getTransportation()
public void setTransportation(Instance transportation)
transportation
- the transportation to setpublic Attribute getIdAttribute()
getIdAttribute
in interface CaseComponent
Copyright © 2018 Group of Artificial Intelligence Applications (GAIA). All rights reserved.