Class EzsComponent

All Implemented Interfaces:
IComponent, IContentComponent, IElement, Serializable

public class EzsComponent extends EzsContentComponent implements IComponent
Author:
vlygeros
See Also:
  • Constructor Details

    • EzsComponent

      public EzsComponent(IModule module, com.axemble.easysite.dao.domain.impl.ElementImpl elementImpl)
      Parameters:
      module -
  • Method Details

    • isIndexed

      public boolean isIndexed()
      Description copied from interface: IComponent
      Checks if the component should be indexed.
      Specified by:
      isIndexed in interface IComponent
      Returns:
      a boolean value.
    • setIndexed

      public void setIndexed(boolean indexed)
      Description copied from interface: IComponent
      Allows to specify if the component should be indexed or not.
      Specified by:
      setIndexed in interface IComponent
      Parameters:
      indexed - The boolean value.