|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portal.model.RegionSoap
public class RegionSoap
Constructor Summary | |
---|---|
RegionSoap()
|
|
RegionSoap(boolean active,
long countryId,
java.lang.String name,
long primaryKey,
java.lang.String regionCode,
long regionId)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getCountryId()
Gets the countryId value for this RegionSoap. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getName()
Gets the name value for this RegionSoap. |
long |
getPrimaryKey()
Gets the primaryKey value for this RegionSoap. |
java.lang.String |
getRegionCode()
Gets the regionCode value for this RegionSoap. |
long |
getRegionId()
Gets the regionId value for this RegionSoap. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isActive()
Gets the active value for this RegionSoap. |
void |
setActive(boolean active)
Sets the active value for this RegionSoap. |
void |
setCountryId(long countryId)
Sets the countryId value for this RegionSoap. |
void |
setName(java.lang.String name)
Sets the name value for this RegionSoap. |
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this RegionSoap. |
void |
setRegionCode(java.lang.String regionCode)
Sets the regionCode value for this RegionSoap. |
void |
setRegionId(long regionId)
Sets the regionId value for this RegionSoap. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegionSoap()
public RegionSoap(boolean active, long countryId, java.lang.String name, long primaryKey, java.lang.String regionCode, long regionId)
Method Detail |
---|
public boolean isActive()
public void setActive(boolean active)
active
- public long getCountryId()
public void setCountryId(long countryId)
countryId
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey
- public java.lang.String getRegionCode()
public void setRegionCode(java.lang.String regionCode)
regionCode
- public long getRegionId()
public void setRegionId(long regionId)
regionId
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |