@ProviderType public interface AppBuilderAppVersionModel extends BaseModel<AppBuilderAppVersion>, GroupedModel, ShardedModel, StagedAuditedModel
This interface and its corresponding implementation com.liferay.app.builder.model.impl.AppBuilderAppVersionModelImpl 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.AppBuilderAppVersionImpl.
AppBuilderAppVersion| Modifier and Type | Method and Description |
|---|---|
long |
getAppBuilderAppId()
Returns the app builder app ID of this app builder app version.
|
long |
getAppBuilderAppVersionId()
Returns the app builder app version ID of this app builder app version.
|
long |
getCompanyId()
Returns the company ID of this app builder app version.
|
java.util.Date |
getCreateDate()
Returns the create date of this app builder app version.
|
long |
getDdlRecordSetId()
Returns the ddl record set ID of this app builder app version.
|
long |
getDdmStructureId()
Returns the ddm structure ID of this app builder app version.
|
long |
getDdmStructureLayoutId()
Returns the ddm structure layout ID of this app builder app version.
|
long |
getGroupId()
Returns the group ID of this app builder app version.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this app builder app version.
|
long |
getPrimaryKey()
Returns the primary key of this app builder app version.
|
long |
getUserId()
Returns the user ID of this app builder app version.
|
java.lang.String |
getUserName()
Returns the user name of this app builder app version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this app builder app version.
|
java.lang.String |
getUuid()
Returns the uuid of this app builder app version.
|
java.lang.String |
getVersion()
Returns the version of this app builder app version.
|
void |
setAppBuilderAppId(long appBuilderAppId)
Sets the app builder app ID of this app builder app version.
|
void |
setAppBuilderAppVersionId(long appBuilderAppVersionId)
Sets the app builder app version ID of this app builder app version.
|
void |
setCompanyId(long companyId)
Sets the company ID of this app builder app version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this app builder app version.
|
void |
setDdlRecordSetId(long ddlRecordSetId)
Sets the ddl record set ID of this app builder app version.
|
void |
setDdmStructureId(long ddmStructureId)
Sets the ddm structure ID of this app builder app version.
|
void |
setDdmStructureLayoutId(long ddmStructureLayoutId)
Sets the ddm structure layout ID of this app builder app version.
|
void |
setGroupId(long groupId)
Sets the group ID of this app builder app version.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this app builder app version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this app builder app version.
|
void |
setUserId(long userId)
Sets the user ID of this app builder app version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this app builder app version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this app builder app version.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this app builder app version.
|
void |
setVersion(java.lang.String version)
Sets the version of this app builder app version.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this app builder app version@AutoEscape java.lang.String getUuid()
getUuid in interface StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface StagedModeluuid - the uuid of this app builder app versionlong getAppBuilderAppVersionId()
void setAppBuilderAppVersionId(long appBuilderAppVersionId)
appBuilderAppVersionId - the app builder app version ID of this app builder app versionlong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this app builder app versionlong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this app builder app versionlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this app builder app versionjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this app builder app version@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this app builder app versionjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this app builder app versionjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this app builder app versionlong getAppBuilderAppId()
void setAppBuilderAppId(long appBuilderAppId)
appBuilderAppId - the app builder app ID of this app builder app versionlong getDdlRecordSetId()
void setDdlRecordSetId(long ddlRecordSetId)
ddlRecordSetId - the ddl record set ID of this app builder app versionlong getDdmStructureId()
void setDdmStructureId(long ddmStructureId)
ddmStructureId - the ddm structure ID of this app builder app versionlong getDdmStructureLayoutId()
void setDdmStructureLayoutId(long ddmStructureLayoutId)
ddmStructureLayoutId - the ddm structure layout ID of this app builder app version@AutoEscape java.lang.String getVersion()
void setVersion(java.lang.String version)
version - the version of this app builder app version