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

Method Summary
 java.lang.String getComments()
           
 long getCompanyId()
           
 long getCountryId()
           
 boolean getLocation()
           
 java.lang.String getName()
           
 long getOrganizationId()
           
 long getParentOrganizationId()
           
 long getPrimaryKey()
           
 boolean getRecursable()
           
 long getRegionId()
           
 int getStatusId()
           
 boolean isLocation()
           
 boolean isRecursable()
           
 void setComments(java.lang.String comments)
           
 void setCompanyId(long companyId)
           
 void setCountryId(long countryId)
           
 void setLocation(boolean location)
           
 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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)