Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class CountrySoap

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

public class CountrySoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically CountryServiceSoap.

See Also:
CountryServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
CountrySoap()
           
 
Method Summary
 String getA2()
           
 String getA3()
           
 boolean getActive()
           
 long getCountryId()
           
 String getIdd()
           
 String getName()
           
 String getNumber()
           
 long getPrimaryKey()
           
 boolean getZipRequired()
           
 boolean isActive()
           
 boolean isZipRequired()
           
 void setA2(String a2)
           
 void setA3(String a3)
           
 void setActive(boolean active)
           
 void setCountryId(long countryId)
           
 void setIdd(String idd)
           
 void setName(String name)
           
 void setNumber(String number)
           
 void setPrimaryKey(long pk)
           
 void setZipRequired(boolean zipRequired)
           
static CountrySoap toSoapModel(Country model)
           
static CountrySoap[] toSoapModels(Country[] models)
           
static CountrySoap[][] toSoapModels(Country[][] models)
           
static CountrySoap[] toSoapModels(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(Country[] models)

toSoapModels

public static CountrySoap[][] toSoapModels(Country[][] models)

toSoapModels

public static CountrySoap[] toSoapModels(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 String getName()

setName

public void setName(String name)

getA2

public String getA2()

setA2

public void setA2(String a2)

getA3

public String getA3()

setA3

public void setA3(String a3)

getNumber

public String getNumber()

setNumber

public void setNumber(String number)

getIdd

public String getIdd()

setIdd

public void setIdd(String idd)

getZipRequired

public boolean getZipRequired()

isZipRequired

public boolean isZipRequired()

setZipRequired

public void setZipRequired(boolean zipRequired)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

Liferay 6.1.2-ce-ga3