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