public class AppBuilderAppDataRecordLinkWrapper extends BaseModelWrapper<AppBuilderAppDataRecordLink> implements AppBuilderAppDataRecordLink, ModelWrapper<AppBuilderAppDataRecordLink>
This class is a wrapper for AppBuilderAppDataRecordLink.
AppBuilderAppDataRecordLink,
Serialized FormmodelAPP_BUILDER_APP_DATA_RECORD_LINK_ID_ACCESSOR| Constructor and Description |
|---|
AppBuilderAppDataRecordLinkWrapper(AppBuilderAppDataRecordLink 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 |
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this app builder app data record link.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this app builder app data record link.
|
protected AppBuilderAppDataRecordLinkWrapper |
wrap(AppBuilderAppDataRecordLink appBuilderAppDataRecordLink) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic AppBuilderAppDataRecordLinkWrapper(AppBuilderAppDataRecordLink appBuilderAppDataRecordLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AppBuilderAppDataRecordLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AppBuilderAppDataRecordLink>public long getAppBuilderAppDataRecordLinkId()
getAppBuilderAppDataRecordLinkId in interface AppBuilderAppDataRecordLinkModelpublic long getAppBuilderAppId()
getAppBuilderAppId in interface AppBuilderAppDataRecordLinkModelpublic long getCompanyId()
getCompanyId in interface AppBuilderAppDataRecordLinkModelgetCompanyId in interface ShardedModelpublic long getDdlRecordId()
getDdlRecordId in interface AppBuilderAppDataRecordLinkModelpublic long getPrimaryKey()
getPrimaryKey in interface AppBuilderAppDataRecordLinkModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAppBuilderAppDataRecordLinkId(long appBuilderAppDataRecordLinkId)
setAppBuilderAppDataRecordLinkId in interface AppBuilderAppDataRecordLinkModelappBuilderAppDataRecordLinkId - the app builder app data record link ID of this app builder app data record linkpublic void setAppBuilderAppId(long appBuilderAppId)
setAppBuilderAppId in interface AppBuilderAppDataRecordLinkModelappBuilderAppId - the app builder app ID of this app builder app data record linkpublic void setCompanyId(long companyId)
setCompanyId in interface AppBuilderAppDataRecordLinkModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this app builder app data record linkpublic void setDdlRecordId(long ddlRecordId)
setDdlRecordId in interface AppBuilderAppDataRecordLinkModelddlRecordId - the ddl record ID of this app builder app data record linkpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AppBuilderAppDataRecordLinkModelprimaryKey - the primary key of this app builder app data record linkprotected AppBuilderAppDataRecordLinkWrapper wrap(AppBuilderAppDataRecordLink appBuilderAppDataRecordLink)
wrap in class BaseModelWrapper<AppBuilderAppDataRecordLink>