Interface TextModuleNode
-
- All Superinterfaces:
java.lang.Comparable<com.novomind.ecom.common.api.persistence.Entity>
,com.novomind.ecom.common.api.persistence.Entity
,com.novomind.ecom.common.api.attribute.Named
- All Known Subinterfaces:
TextModule
,TextModuleFirstLevelGroup
,TextModuleGroup
,TextModuleSecondLevelGroup
public interface TextModuleNode extends com.novomind.ecom.common.api.attribute.Named, com.novomind.ecom.common.api.persistence.Entity
Represents a TextModule node object.- Since:
- 10.0.206
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getCreatedDate()
User
getCreatedUser()
java.util.Date
getLastChangedDate()
User
getLastChangedUser()
-
-
-
Method Detail
-
getCreatedDate
java.util.Date getCreatedDate()
- Returns:
- the date this textmodule node was created
- Since:
- 10.0.206
-
getLastChangedDate
java.util.Date getLastChangedDate()
- Returns:
- the date this textmodule node was last changed
- Since:
- 10.0.206
-
getCreatedUser
User getCreatedUser()
- Returns:
- the user who created this textmodule node
- Since:
- 10.0.206
-
getLastChangedUser
User getLastChangedUser()
- Returns:
- the last user who changed this textmodule node
- Since:
- 10.0.206
-
-