public class Region extends Base implements Serializable
| Constructor and Description |
|---|
Region() |
Region(long id,
String name,
long countryId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCountryId()
Gets the countryId value for this Region.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 Region.
|
public Region()
public Region(long id,
String name,
long countryId)
public long getCountryId()
public void setCountryId(long countryId)
countryId - 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.