com.liferay.portal.model
Interface OrganizationModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- Organization
- public interface OrganizationModel
- extends BaseModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the Organization_
table
in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.Organization
,
com.liferay.portal.service.model.impl.OrganizationImpl
,
com.liferay.portal.service.model.impl.OrganizationModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
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)
getLocation
public boolean getLocation()
isLocation
public boolean isLocation()
setLocation
public void setLocation(boolean location)
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)