com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class Location
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.Location
public class Location
- extends java.lang.Object
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
- Author:
- juan
Constructor Summary |
Location()
|
Location(int cityCode,
java.lang.String cityName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location()
Location
public Location(int cityCode,
java.lang.String cityName)
getCityCode
public int getCityCode()
- Returns:
setCityCode
public void setCityCode(int i)
- Parameters:
i
-
getCityName
public java.lang.String getCityName()
- Returns:
setCityName
public void setCityName(java.lang.String i)
- Parameters:
i
-