Class StandardTechSpecsModule


  • public class StandardTechSpecsModule
    extends java.lang.Object
    The standard table of technical feature names and definitions.
    • Constructor Detail

      • StandardTechSpecsModule

        public StandardTechSpecsModule()
    • Method Detail

      • getHeadline

        public TextComponent getHeadline()
        Get headline
        Returns:
        headline
      • setHeadline

        public void setHeadline​(TextComponent headline)
      • getSpecificationList

        public java.util.List<StandardTextPairBlock> getSpecificationList()
        The specification list.
        Returns:
        specificationList
      • setSpecificationList

        public void setSpecificationList​(java.util.List<StandardTextPairBlock> specificationList)
      • getTableCount

        public java.lang.Integer getTableCount()
        The number of tables to present. Features are evenly divided between the tables. minimum: 1 maximum: 2
        Returns:
        tableCount
      • setTableCount

        public void setTableCount​(java.lang.Integer tableCount)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object