Package com.liferay.portal.model.impl
Class CompanyInfoImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.CompanyInfo>
com.liferay.portal.model.impl.CompanyInfoModelImpl
com.liferay.portal.model.impl.CompanyInfoBaseImpl
com.liferay.portal.model.impl.CompanyInfoImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.CompanyInfo>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.CompanyInfo
,com.liferay.portal.kernel.model.CompanyInfoModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.CompanyInfo>
The extended model implementation for the CompanyInfo service. Represents a
row in the "CompanyInfo" database table, with each column mapped to
a property of this class.
Helper methods and all application logic should be put in this class.
Whenever methods are added, rerun ServiceBuilder to copy their definitions
into the com.liferay.portal.kernel.model.CompanyInfo
interface.
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.CompanyInfoModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, COMPANYINFOID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
Fields inherited from interface com.liferay.portal.kernel.model.CompanyInfo
COMPANY_INFO_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.CompanyInfoBaseImpl
persist
Methods inherited from class com.liferay.portal.model.impl.CompanyInfoModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCompanyInfoId, getExpandoBridge, getKey, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalCompanyId, getPrimaryKey, getPrimaryKeyObj, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setCompanyInfoId, setExpandoBridgeAttributes, setKey, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.portal.kernel.model.CompanyInfoModel
cloneWithOriginalValues, getCompanyId, getCompanyInfoId, getKey, getMvccVersion, getPrimaryKey, setCompanyId, setCompanyInfoId, setKey, setMvccVersion, setPrimaryKey, toXmlString
Methods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
CompanyInfoImpl
public CompanyInfoImpl()
-