@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.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this company infolong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- 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 ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- 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>
default String toXmlString()