Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class OrganizationSoap

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

public class OrganizationSoap
extends Object
implements Serializable

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

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

Constructor Summary
OrganizationSoap()
           
 
Method Summary
 String getComments()
           
 long getCompanyId()
           
 long getCountryId()
           
 String getName()
           
 long getOrganizationId()
           
 long getParentOrganizationId()
           
 long getPrimaryKey()
           
 boolean getRecursable()
           
 long getRegionId()
           
 int getStatusId()
           
 String getTreePath()
           
 String getType()
           
 boolean isRecursable()
           
 void setComments(String comments)
           
 void setCompanyId(long companyId)
           
 void setCountryId(long countryId)
           
 void setName(String name)
           
 void setOrganizationId(long organizationId)
           
 void setParentOrganizationId(long parentOrganizationId)
           
 void setPrimaryKey(long pk)
           
 void setRecursable(boolean recursable)
           
 void setRegionId(long regionId)
           
 void setStatusId(int statusId)
           
 void setTreePath(String treePath)
           
 void setType(String type)
           
static OrganizationSoap toSoapModel(Organization model)
           
static OrganizationSoap[] toSoapModels(List<Organization> models)
           
static OrganizationSoap[] toSoapModels(Organization[] models)
           
static OrganizationSoap[][] toSoapModels(Organization[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationSoap

public OrganizationSoap()
Method Detail

toSoapModel

public static OrganizationSoap toSoapModel(Organization model)

toSoapModels

public static OrganizationSoap[] toSoapModels(Organization[] models)

toSoapModels

public static OrganizationSoap[][] toSoapModels(Organization[][] models)

toSoapModels

public static OrganizationSoap[] toSoapModels(List<Organization> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getOrganizationId

public long getOrganizationId()

setOrganizationId

public void setOrganizationId(long organizationId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getParentOrganizationId

public long getParentOrganizationId()

setParentOrganizationId

public void setParentOrganizationId(long parentOrganizationId)

getTreePath

public String getTreePath()

setTreePath

public void setTreePath(String treePath)

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

getRecursable

public boolean getRecursable()

isRecursable

public boolean isRecursable()

setRecursable

public void setRecursable(boolean recursable)

getRegionId

public long getRegionId()

setRegionId

public void setRegionId(long regionId)

getCountryId

public long getCountryId()

setCountryId

public void setCountryId(long countryId)

getStatusId

public int getStatusId()

setStatusId

public void setStatusId(int statusId)

getComments

public String getComments()

setComments

public void setComments(String comments)

Liferay 6.1.2-ce-ga3