Package com.axelor.meta.db
Class MetaModule
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
com.axelor.meta.db.MetaModule
This object stores the modules.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDepend(MetaModule item) Add the givenMetaModuleitem to thedependscollection.voidClear thedependscollection.booleangetId()getName()getTitle()inthashCode()voidremoveDepend(MetaModule item) Remove the givenMetaModuleitem from thedependscollection.voidsetApplication(Boolean application) voidsetDepends(Set<MetaModule> depends) voidsetDescription(String description) voidvoidsetModuleVersion(String moduleVersion) voidvoidtoString()Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOnMethods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
Constructor Details
-
MetaModule
public MetaModule() -
MetaModule
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getModuleVersion
-
setModuleVersion
-
getDepends
-
setDepends
-
addDepend
Add the givenMetaModuleitem to thedependscollection.- Parameters:
item- the item to add
-
removeDepend
Remove the givenMetaModuleitem from thedependscollection.- Parameters:
item- the item to remove
-
clearDepends
public void clearDepends()Clear thedependscollection. -
getApplication
-
setApplication
-
equals
-
hashCode
public int hashCode() -
toString
-