Liferay 6.2-ce-ga5

com.liferay.portal.model
Class RegionSoap

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

public class RegionSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portal.service.http.RegionServiceSoap.

See Also:
com.liferay.portal.service.http.RegionServiceSoap, Serialized Form

Constructor Summary
RegionSoap()
           
 
Method Summary
 boolean getActive()
           
 long getCountryId()
           
 String getName()
           
 long getPrimaryKey()
           
 String getRegionCode()
           
 long getRegionId()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCountryId(long countryId)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setRegionCode(String regionCode)
           
 void setRegionId(long regionId)
           
static RegionSoap toSoapModel(Region model)
           
static RegionSoap[] toSoapModels(List<Region> models)
           
static RegionSoap[] toSoapModels(Region[] models)
           
static RegionSoap[][] toSoapModels(Region[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionSoap

public RegionSoap()
Method Detail

toSoapModel

public static RegionSoap toSoapModel(Region model)

toSoapModels

public static RegionSoap[] toSoapModels(Region[] models)

toSoapModels

public static RegionSoap[][] toSoapModels(Region[][] models)

toSoapModels

public static RegionSoap[] toSoapModels(List<Region> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getRegionId

public long getRegionId()

setRegionId

public void setRegionId(long regionId)

getCountryId

public long getCountryId()

setCountryId

public void setCountryId(long countryId)

getRegionCode

public String getRegionCode()

setRegionCode

public void setRegionCode(String regionCode)

getName

public String getName()

setName

public void setName(String name)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

Liferay 6.2-ce-ga5