com.liferay.portal.model
Class OrganizationSoap

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

public class OrganizationSoap
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.OrganizationServiceSoap.

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

Constructor Summary
OrganizationSoap()
           
 
Method Summary
 java.lang.String getComments()
           
 long getCompanyId()
           
 long getCountryId()
           
 java.lang.String getName()
           
 long getOrganizationId()
           
 long getParentOrganizationId()
           
 long getPrimaryKey()
           
 boolean getRecursable()
           
 long getRegionId()
           
 int getStatusId()
           
 java.lang.String getType()
           
 boolean isRecursable()
           
 void setComments(java.lang.String comments)
           
 void setCompanyId(long companyId)
           
 void setCountryId(long countryId)
           
 void setName(java.lang.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 setType(java.lang.String type)
           
static OrganizationSoap toSoapModel(Organization model)
           
static OrganizationSoap[] toSoapModels(java.util.List<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(java.util.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)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.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 java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)