public class Region extends Object implements CaseComponent
TravelDescription
Constructor and Description |
---|
Region() |
Modifier and Type | Method and Description |
---|---|
String |
getAirport() |
String |
getCity() |
String |
getCurrency() |
Integer |
getId() |
Attribute |
getIdAttribute() |
String |
getRegion() |
void |
setAirport(String airport) |
void |
setCity(String city) |
void |
setCurrency(String currency) |
void |
setId(Integer id) |
void |
setRegion(String region) |
String |
toString() |
public Region()
public String getAirport()
public void setAirport(String airport)
airport
- the airport to setpublic String getCurrency()
public void setCurrency(String currency)
currency
- the currency to setpublic Attribute getIdAttribute()
getIdAttribute
in interface CaseComponent
Copyright © 2018 Group of Artificial Intelligence Applications (GAIA). All rights reserved.