com.liferay.client.soap.portal.model
Class RegionSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.RegionSoap
All Implemented Interfaces:
java.io.Serializable

public class RegionSoap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

RegionSoap

public RegionSoap()

RegionSoap

public RegionSoap(boolean active,
                  long countryId,
                  java.lang.String name,
                  long primaryKey,
                  java.lang.String regionCode,
                  long regionId)
Method Detail

isActive

public boolean isActive()
Gets the active value for this RegionSoap.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active value for this RegionSoap.

Parameters:
active -

getCountryId

public long getCountryId()
Gets the countryId value for this RegionSoap.

Returns:
countryId

setCountryId

public void setCountryId(long countryId)
Sets the countryId value for this RegionSoap.

Parameters:
countryId -

getName

public java.lang.String getName()
Gets the name value for this RegionSoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this RegionSoap.

Parameters:
name -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this RegionSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this RegionSoap.

Parameters:
primaryKey -

getRegionCode

public java.lang.String getRegionCode()
Gets the regionCode value for this RegionSoap.

Returns:
regionCode

setRegionCode

public void setRegionCode(java.lang.String regionCode)
Sets the regionCode value for this RegionSoap.

Parameters:
regionCode -

getRegionId

public long getRegionId()
Gets the regionId value for this RegionSoap.

Returns:
regionId

setRegionId

public void setRegionId(long regionId)
Sets the regionId value for this RegionSoap.

Parameters:
regionId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer