public class City extends Base implements Serializable
| Constructor and Description |
|---|
City() |
City(long id,
String name,
long countryId,
long regionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCountryId()
Gets the countryId value for this City.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getRegionId()
Gets the regionId value for this City.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCountryId(long countryId)
Sets the countryId value for this City.
|
void |
setRegionId(long regionId)
Sets the regionId value for this City.
|
public City()
public City(long id,
String name,
long countryId,
long regionId)
public long getCountryId()
public void setCountryId(long countryId)
countryId - public long getRegionId()
public void setRegionId(long regionId)
regionId - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.