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,com.novomind.ecom.common.api.persistence.WithId
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, isDeleted, isNotDeletedMethods inherited from interface com.novomind.ecom.common.api.attribute.Named
getNameMethods inherited from interface com.novomind.ecom.api.iagent.model.TextModuleGroup
getChildTextModulesMethods inherited from interface com.novomind.ecom.api.iagent.model.TextModuleNode
getCreatedDate, getCreatedUser, getLastChangedDate, getLastChangedUserMethods inherited from interface com.novomind.ecom.common.api.persistence.WithId
getId
-
Method Details
-
getParent
TextModuleFirstLevelGroup getParent()- Returns:
- the current parent text module first level group
- Since:
- 10.0.206
-