public class State extends Base implements Serializable
| Constructor and Description |
|---|
State() |
State(long id,
String name,
String abbreviation,
long countryId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbbreviation()
Gets the abbreviation value for this State.
|
long |
getCountryId()
Gets the countryId value for this State.
|
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 |
setAbbreviation(String abbreviation)
Sets the abbreviation value for this State.
|
void |
setCountryId(long countryId)
Sets the countryId value for this State.
|
public String getAbbreviation()
public void setAbbreviation(String abbreviation)
abbreviation - 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.