com.liferay.portal.model
Class CountrySoap
java.lang.Object
com.liferay.portal.model.CountrySoap
- All Implemented Interfaces:
- java.io.Serializable
public class CountrySoap
- extends java.lang.Object
- implements java.io.Serializable
This class is used by SOAP remote services, specifically com.liferay.portal.service.http.CountryServiceSoap.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.CountryServiceSoap,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountrySoap
public CountrySoap()
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(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)
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)