@ProviderType public interface ModuleModel extends com.liferay.portal.kernel.model.BaseModel<Module>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.marketplace.model.impl.ModuleModelImpl
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.marketplace.model.impl.ModuleImpl
.
Module
Modifier and Type | Method and Description |
---|---|
Module |
cloneWithOriginalValues() |
long |
getAppId()
Returns the app ID of this module.
|
java.lang.String |
getBundleSymbolicName()
Returns the bundle symbolic name of this module.
|
java.lang.String |
getBundleVersion()
Returns the bundle version of this module.
|
long |
getCompanyId()
Returns the company ID of this module.
|
java.lang.String |
getContextName()
Returns the context name of this module.
|
long |
getModuleId()
Returns the module ID of this module.
|
long |
getPrimaryKey()
Returns the primary key of this module.
|
java.lang.String |
getUuid()
Returns the uuid of this module.
|
void |
setAppId(long appId)
Sets the app ID of this module.
|
void |
setBundleSymbolicName(java.lang.String bundleSymbolicName)
Sets the bundle symbolic name of this module.
|
void |
setBundleVersion(java.lang.String bundleVersion)
Sets the bundle version of this module.
|
void |
setCompanyId(long companyId)
Sets the company ID of this module.
|
void |
setContextName(java.lang.String contextName)
Sets the context name of this module.
|
void |
setModuleId(long moduleId)
Sets the module ID of this module.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this module.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this module.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this module@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid
- the uuid of this modulelong getModuleId()
void setModuleId(long moduleId)
moduleId
- the module ID of this modulelong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this modulelong getAppId()
void setAppId(long appId)
appId
- the app ID of this module@AutoEscape java.lang.String getBundleSymbolicName()
void setBundleSymbolicName(java.lang.String bundleSymbolicName)
bundleSymbolicName
- the bundle symbolic name of this module@AutoEscape java.lang.String getBundleVersion()
void setBundleVersion(java.lang.String bundleVersion)
bundleVersion
- the bundle version of this module@AutoEscape java.lang.String getContextName()
void setContextName(java.lang.String contextName)
contextName
- the context name of this moduleModule cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<Module>
default java.lang.String toXmlString()