Interface TextModuleNode

All Superinterfaces:
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 Details

    • getCreatedDate

      Date getCreatedDate()
      Returns:
      the date this textmodule node was created
      Since:
      10.0.206
    • getLastChangedDate

      Date getLastChangedDate()
      Returns:
      the date this textmodule node was last changed
      Since:
      10.0.206
    • getCreatedUser

      Optional<User> getCreatedUser()
      Returns:
      the optional user who created this textmodule node
      Since:
      10.0.206
    • getLastChangedUser

      Optional<User> getLastChangedUser()
      Returns:
      the optional last user who changed this textmodule node
      Since:
      10.0.206