com.liferay.portal.model.impl
Class OrganizationCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.OrganizationCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portal.model.Organization>, java.io.Serializable

public class OrganizationCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Organization>, java.io.Serializable

The cache model class for representing Organization in entity cache.

Author:
Brian Wing Shun Chan
See Also:
Organization, Serialized Form
Generated:

Field Summary
 java.lang.String comments
           
 long companyId
           
 long countryId
           
 java.lang.String name
           
 long organizationId
           
 long parentOrganizationId
           
 boolean recursable
           
 long regionId
           
 int statusId
           
 java.lang.String treePath
           
 java.lang.String type
           
 
Constructor Summary
OrganizationCacheModel()
           
 
Method Summary
 com.liferay.portal.model.Organization toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

organizationId

public long organizationId

companyId

public long companyId

parentOrganizationId

public long parentOrganizationId

treePath

public java.lang.String treePath

name

public java.lang.String name

type

public java.lang.String type

recursable

public boolean recursable

regionId

public long regionId

countryId

public long countryId

statusId

public int statusId

comments

public java.lang.String comments
Constructor Detail

OrganizationCacheModel

public OrganizationCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portal.model.Organization toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Organization>