Interface TextModuleSecondLevelGroup
- All Superinterfaces:
Comparable<com.novomind.ecom.common.api.persistence.Entity>
,com.novomind.ecom.common.api.persistence.Entity
,MasterEntity
,com.novomind.ecom.common.api.attribute.Named
,TextModuleGroup
,TextModuleNode
Represents a TextModule second level group object.
- Since:
- 10.0.206
-
Method Summary
Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity
compareTo, getId, isDeleted, isNotDeleted
Methods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName
Methods inherited from interface com.novomind.ecom.api.iagent.model.TextModuleGroup
getChildTextModules
Methods inherited from interface com.novomind.ecom.api.iagent.model.TextModuleNode
getCreatedDate, getCreatedUser, getLastChangedDate, getLastChangedUser
-
Method Details
-
getParent
TextModuleFirstLevelGroup getParent()- Returns:
- the current parent text module first level group
- Since:
- 10.0.206
-