Package com.liferay.portal.kernel.model
Interface CompanyInfoModel
- All Superinterfaces:
BaseModel<CompanyInfo>,ClassedModel,Cloneable,Comparable<CompanyInfo>,MVCCModel,Serializable,ShardedModel
- All Known Subinterfaces:
CompanyInfo
- All Known Implementing Classes:
CompanyInfoWrapper
@ProviderType
public interface CompanyInfoModel
extends BaseModel<CompanyInfo>, MVCCModel, ShardedModel
The base model interface for the CompanyInfo service. Represents a row in the "CompanyInfo" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.CompanyInfoModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.CompanyInfoImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this company info.longReturns the company info ID of this company info.getKey()Returns the key of this company info.longReturns the mvcc version of this company info.longReturns the primary key of this company info.voidsetCompanyId(long companyId) Sets the company ID of this company info.voidsetCompanyInfoId(long companyInfoId) Sets the company info ID of this company info.voidSets the key of this company info.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this company info.voidsetPrimaryKey(long primaryKey) Sets the primary key of this company info.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this company info.- Returns:
- the primary key of this company info
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this company info.- Parameters:
primaryKey- the primary key of this company info
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this company info.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this company info
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this company info.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this company info
-
getCompanyInfoId
long getCompanyInfoId()Returns the company info ID of this company info.- Returns:
- the company info ID of this company info
-
setCompanyInfoId
void setCompanyInfoId(long companyInfoId) Sets the company info ID of this company info.- Parameters:
companyInfoId- the company info ID of this company info
-
getCompanyId
long getCompanyId()Returns the company ID of this company info.- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this company info
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this company info.- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this company info
-
getKey
Returns the key of this company info.- Returns:
- the key of this company info
-
setKey
Sets the key of this company info.- Parameters:
key- the key of this company info
-
cloneWithOriginalValues
CompanyInfo cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<CompanyInfo>
-
toXmlString
-