@ProviderType public interface CompanyInfoModel extends BaseModel<CompanyInfo>, MVCCModel, ShardedModel
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.
CompanyInfo| Modifier and Type | Method and Description |
|---|---|
CompanyInfo |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this company info.
|
long |
getCompanyInfoId()
Returns the company info ID of this company info.
|
String |
getKey()
Returns the key of this company info.
|
long |
getMvccVersion()
Returns the mvcc version of this company info.
|
long |
getPrimaryKey()
Returns the primary key of this company info.
|
void |
setCompanyId(long companyId)
Sets the company ID of this company info.
|
void |
setCompanyInfoId(long companyInfoId)
Sets the company info ID of this company info.
|
void |
setKey(String key)
Sets the key of this company info.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this company info.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this company info.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this company infolong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this company infolong getCompanyInfoId()
void setCompanyInfoId(long companyInfoId)
companyInfoId - the company info ID of this company infolong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this company info@AutoEscape String getKey()
void setKey(String key)
key - the key of this company infoCompanyInfo cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<CompanyInfo>