@ProviderType public interface ModuleModel extends com.liferay.portal.kernel.model.BaseModel<Module>
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,
com.liferay.marketplace.model.impl.ModuleImpl,
com.liferay.marketplace.model.impl.ModuleModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(Module module) |
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.
|
java.lang.String |
getContextName()
Returns the context name of this module.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getModuleId()
Returns the module ID of this module.
|
long |
getPrimaryKey()
Returns the primary key of this module.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getUuid()
Returns the uuid of this module.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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 |
setCachedModel(boolean cachedModel) |
void |
setContextName(java.lang.String contextName)
Sets the context name of this module.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModuleId(long moduleId)
Sets the module ID of this module.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this module.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUuid(java.lang.String uuid)
Sets the uuid of this module.
|
com.liferay.portal.kernel.model.CacheModel<Module> |
toCacheModel() |
Module |
toEscapedModel() |
java.lang.String |
toString() |
Module |
toUnescapedModel() |
java.lang.String |
toXmlString() |
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 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 moduleboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<Module>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<Module>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<Module>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<Module>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<Module>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<Module>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<Module>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<Module>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<Module>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<Module>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<Module>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<Module>int compareTo(Module module)
compareTo in interface java.lang.Comparable<Module>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<Module> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<Module>Module toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<Module>Module toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<Module>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<Module>