public class ModuleWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Module> implements com.liferay.portal.kernel.model.ModelWrapper<Module>, Module
This class is a wrapper for Module.
Module,
Serialized FormMODULE_ID_ACCESSOR| Constructor and Description |
|---|
ModuleWrapper(Module 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
boolean |
isBundle() |
void |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected ModuleWrapper |
wrap(Module module) |
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, toXmlStringpublic ModuleWrapper(Module module)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<Module>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<Module>public Module cloneWithOriginalValues()
cloneWithOriginalValues in interface ModuleModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<Module>public long getAppId()
getAppId in interface ModuleModelpublic java.lang.String getBundleSymbolicName()
getBundleSymbolicName in interface ModuleModelpublic java.lang.String getBundleVersion()
getBundleVersion in interface ModuleModelpublic long getCompanyId()
getCompanyId in interface ModuleModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.lang.String getContextName()
getContextName in interface ModuleModelpublic long getModuleId()
getModuleId in interface ModuleModelpublic long getPrimaryKey()
getPrimaryKey in interface ModuleModelpublic java.lang.String getUuid()
getUuid in interface ModuleModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAppId(long appId)
setAppId in interface ModuleModelappId - the app ID of this modulepublic void setBundleSymbolicName(java.lang.String bundleSymbolicName)
setBundleSymbolicName in interface ModuleModelbundleSymbolicName - the bundle symbolic name of this modulepublic void setBundleVersion(java.lang.String bundleVersion)
setBundleVersion in interface ModuleModelbundleVersion - the bundle version of this modulepublic void setCompanyId(long companyId)
setCompanyId in interface ModuleModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this modulepublic void setContextName(java.lang.String contextName)
setContextName in interface ModuleModelcontextName - the context name of this modulepublic void setModuleId(long moduleId)
setModuleId in interface ModuleModelmoduleId - the module ID of this modulepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ModuleModelprimaryKey - the primary key of this modulepublic void setUuid(java.lang.String uuid)
setUuid in interface ModuleModeluuid - the uuid of this moduleprotected ModuleWrapper wrap(Module module)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Module>