com.liferay.portal.model
Class CountrySoap

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

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

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portal.service.http.CountryServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.CountryServiceSoap, Serialized Form

Constructor Summary
CountrySoap()
           
 
Method Summary
 java.lang.String getA2()
           
 java.lang.String getA3()
           
 boolean getActive()
           
 long getCountryId()
           
 java.lang.String getIdd()
           
 java.lang.String getName()
           
 java.lang.String getNumber()
           
 long getPrimaryKey()
           
 boolean isActive()
           
 void setA2(java.lang.String a2)
           
 void setA3(java.lang.String a3)
           
 void setActive(boolean active)
           
 void setCountryId(long countryId)
           
 void setIdd(java.lang.String idd)
           
 void setName(java.lang.String name)
           
 void setNumber(java.lang.String number)
           
 void setPrimaryKey(long pk)
           
static CountrySoap toSoapModel(Country model)
           
static CountrySoap[] toSoapModels(java.util.List<Country> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountrySoap

public CountrySoap()
Method Detail

toSoapModel

public static CountrySoap toSoapModel(Country model)

toSoapModels

public static CountrySoap[] toSoapModels(java.util.List<Country> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getCountryId

public long getCountryId()

setCountryId

public void setCountryId(long countryId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getA2

public java.lang.String getA2()

setA2

public void setA2(java.lang.String a2)

getA3

public java.lang.String getA3()

setA3

public void setA3(java.lang.String a3)

getNumber

public java.lang.String getNumber()

setNumber

public void setNumber(java.lang.String number)

getIdd

public java.lang.String getIdd()

setIdd

public void setIdd(java.lang.String idd)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)