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 TypeMethodDescriptionvoid
addDepend
(MetaModule item) Add the givenMetaModule
item to thedepends
collection.void
Clear thedepends
collection.boolean
getId()
getName()
getTitle()
int
hashCode()
void
removeDepend
(MetaModule item) Remove the givenMetaModule
item from thedepends
collection.void
setApplication
(Boolean application) void
setDepends
(Set<MetaModule> depends) void
setDescription
(String description) void
void
setModuleVersion
(String moduleVersion) void
void
toString()
Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
Methods 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 givenMetaModule
item to thedepends
collection.- Parameters:
item
- the item to add
-
removeDepend
Remove the givenMetaModule
item from thedepends
collection.- Parameters:
item
- the item to remove
-
clearDepends
public void clearDepends()Clear thedepends
collection. -
getApplication
-
setApplication
-
equals
-
hashCode
public int hashCode() -
toString
-