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

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

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

See Also:
Serialized Form

Constructor Summary
CountrySoap()
           
CountrySoap(java.lang.String a2, java.lang.String a3, boolean active, long countryId, java.lang.String idd, java.lang.String name, java.lang.String number, long primaryKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getA2()
          Gets the a2 value for this CountrySoap.
 java.lang.String getA3()
          Gets the a3 value for this CountrySoap.
 long getCountryId()
          Gets the countryId value for this CountrySoap.
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 getIdd()
          Gets the idd value for this CountrySoap.
 java.lang.String getName()
          Gets the name value for this CountrySoap.
 java.lang.String getNumber()
          Gets the number value for this CountrySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this CountrySoap.
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 CountrySoap.
 void setA2(java.lang.String a2)
          Sets the a2 value for this CountrySoap.
 void setA3(java.lang.String a3)
          Sets the a3 value for this CountrySoap.
 void setActive(boolean active)
          Sets the active value for this CountrySoap.
 void setCountryId(long countryId)
          Sets the countryId value for this CountrySoap.
 void setIdd(java.lang.String idd)
          Sets the idd value for this CountrySoap.
 void setName(java.lang.String name)
          Sets the name value for this CountrySoap.
 void setNumber(java.lang.String number)
          Sets the number value for this CountrySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this CountrySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountrySoap

public CountrySoap()

CountrySoap

public CountrySoap(java.lang.String a2,
                   java.lang.String a3,
                   boolean active,
                   long countryId,
                   java.lang.String idd,
                   java.lang.String name,
                   java.lang.String number,
                   long primaryKey)
Method Detail

getA2

public java.lang.String getA2()
Gets the a2 value for this CountrySoap.

Returns:
a2

setA2

public void setA2(java.lang.String a2)
Sets the a2 value for this CountrySoap.

Parameters:
a2 -

getA3

public java.lang.String getA3()
Gets the a3 value for this CountrySoap.

Returns:
a3

setA3

public void setA3(java.lang.String a3)
Sets the a3 value for this CountrySoap.

Parameters:
a3 -

isActive

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

Returns:
active

setActive

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

Parameters:
active -

getCountryId

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

Returns:
countryId

setCountryId

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

Parameters:
countryId -

getIdd

public java.lang.String getIdd()
Gets the idd value for this CountrySoap.

Returns:
idd

setIdd

public void setIdd(java.lang.String idd)
Sets the idd value for this CountrySoap.

Parameters:
idd -

getName

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

Returns:
name

setName

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

Parameters:
name -

getNumber

public java.lang.String getNumber()
Gets the number value for this CountrySoap.

Returns:
number

setNumber

public void setNumber(java.lang.String number)
Sets the number value for this CountrySoap.

Parameters:
number -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

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