public class HotelSentiment.Sentiment
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getCatering() |
int |
getFacilities() |
int |
getLocation() |
int |
getPointsOfInterest() |
int |
getRoomComforts() |
int |
getService() |
int |
getSleepQuality() |
int |
getStaff() |
int |
getSwimmingPool() |
int |
getValueForMoney() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic int getStaff()
public int getLocation()
public int getService()
public int getRoomComforts()
public int getSleepQuality()
public int getSwimmingPool()
public int getValueForMoney()
public int getFacilities()
public int getCatering()
public int getPointsOfInterest()