@ProviderType public interface AppBuilderAppDataRecordLinkModel extends com.liferay.portal.kernel.model.BaseModel<AppBuilderAppDataRecordLink>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.app.builder.model.impl.AppBuilderAppDataRecordLinkModelImpl 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.app.builder.model.impl.AppBuilderAppDataRecordLinkImpl.
AppBuilderAppDataRecordLink| Modifier and Type | Method and Description |
|---|---|
long |
getAppBuilderAppDataRecordLinkId()
Returns the app builder app data record link ID of this app builder app data record link.
|
long |
getAppBuilderAppId()
Returns the app builder app ID of this app builder app data record link.
|
long |
getAppBuilderAppVersionId()
Returns the app builder app version ID of this app builder app data record link.
|
long |
getCompanyId()
Returns the company ID of this app builder app data record link.
|
long |
getDdlRecordId()
Returns the ddl record ID of this app builder app data record link.
|
long |
getGroupId()
Returns the group ID of this app builder app data record link.
|
long |
getPrimaryKey()
Returns the primary key of this app builder app data record link.
|
void |
setAppBuilderAppDataRecordLinkId(long appBuilderAppDataRecordLinkId)
Sets the app builder app data record link ID of this app builder app data record link.
|
void |
setAppBuilderAppId(long appBuilderAppId)
Sets the app builder app ID of this app builder app data record link.
|
void |
setAppBuilderAppVersionId(long appBuilderAppVersionId)
Sets the app builder app version ID of this app builder app data record link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this app builder app data record link.
|
void |
setDdlRecordId(long ddlRecordId)
Sets the ddl record ID of this app builder app data record link.
|
void |
setGroupId(long groupId)
Sets the group ID of this app builder app data record link.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this app builder app data record link.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this app builder app data record linklong getAppBuilderAppDataRecordLinkId()
void setAppBuilderAppDataRecordLinkId(long appBuilderAppDataRecordLinkId)
appBuilderAppDataRecordLinkId - the app builder app data record link ID of this app builder app data record linklong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this app builder app data record linklong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this app builder app data record linklong getAppBuilderAppId()
void setAppBuilderAppId(long appBuilderAppId)
appBuilderAppId - the app builder app ID of this app builder app data record linklong getAppBuilderAppVersionId()
void setAppBuilderAppVersionId(long appBuilderAppVersionId)
appBuilderAppVersionId - the app builder app version ID of this app builder app data record linklong getDdlRecordId()
void setDdlRecordId(long ddlRecordId)
ddlRecordId - the ddl record ID of this app builder app data record link