Class PageDefinition

    • Constructor Detail

      • PageDefinition

        public PageDefinition()
    • Method Detail

      • getConfig

        public PageConfig getConfig()
        Gets the value of the config property.
        Returns:
        possible object is PageConfig
      • setConfig

        public void setConfig​(PageConfig value)
        Sets the value of the config property.
        Parameters:
        value - allowed object is PageConfig
      • getStructure

        public StructureDef getStructure()
        Gets the value of the structure property.
        Returns:
        possible object is StructureDef
      • setStructure

        public void setStructure​(StructureDef value)
        Sets the value of the structure property.
        Parameters:
        value - allowed object is StructureDef
      • getId

        public String getId()
        The unique id of the page.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        The type of the page, currently only 'index' is supported.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String