@ProviderType public interface AppBuilderAppVersionModel extends com.liferay.portal.kernel.model.BaseModel<AppBuilderAppVersion>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.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, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this app builder app version@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this app builder app versionlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this app builder app versionlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this app builder app versionjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this app builder app version@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this app builder app versionjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this app builder app versionjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.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