Class SectionInfo

    • Constructor Detail

      • SectionInfo

        public SectionInfo()
        Empty constructor of a SectionInfo initialize private fields with default values.
      • SectionInfo

        public SectionInfo​(org.w3c.dom.Node root)
        Creates a SectionInfo with the information in the xml node.
        Parameters:
        root - An XML Node with the information for this event map.
      • SectionInfo

        public SectionInfo​(java.lang.String name,
                           java.lang.String fileName)
        Constructor for an SectionInfo with the given the arguments.
        Parameters:
        name - the section name
        fileName - The name of the file to associate with this section
    • Method Detail

      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
        Since:
        MicroStrategy Web 9.0.0
      • setName

        public void setName​(java.lang.String newValue)
      • getName

        public java.lang.String getName()
        Returns:
        the name of the section
      • setFileName

        public void setFileName​(java.lang.String newValue)
      • getFileName

        public java.lang.String getFileName()
        Returns:
        the fileName associated with this section
      • setFromDefault

        protected void setFromDefault​(boolean newValue)
        Deprecated.
        This method is not used by the application and will be removed in future versions of the product.
        Indicates the section it comes from a default on the default page
        Parameters:
        newValue - boolean value
      • fromDefault

        protected boolean fromDefault()
        Deprecated.
        This method is not used by the application and will be removed in future versions of the product.
        Returns whether the section it comes from a default on the default page
        Returns:
        true if the section it comes from a default on the default page