Class CompanyInfoImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.CompanyInfo>
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>

public class CompanyInfoImpl extends CompanyInfoBaseImpl
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:
  • Constructor Details

    • CompanyInfoImpl

      public CompanyInfoImpl()