Interface TextModuleSecondLevelGroup
-
- All Superinterfaces:
java.lang.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
public interface TextModuleSecondLevelGroup extends MasterEntity, TextModuleGroup
Represents a TextModule second level group object.- Since:
- 10.0.206
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextModuleFirstLevelGroup
getParent()
-
Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity
compareTo, getId, isDeleted, isNotDeleted
-
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 Detail
-
getParent
TextModuleFirstLevelGroup getParent()
- Returns:
- the current parent text module first level group
- Since:
- 10.0.206
-
-