Class Module


  • public class Module
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Module()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Description getDescription()
      Gets the value of the description property.
      java.lang.String getDx()
      Gets the value of the dx property.
      java.lang.String getDy()
      Gets the value of the dy property.
      java.lang.String getName()
      Gets the value of the name property.
      Parts getParts()
      Gets the value of the parts property.
      Ports getPorts()
      Gets the value of the ports property.
      java.lang.String getPrefix()
      Gets the value of the prefix property.
      Sheets getSheets()
      Gets the value of the sheets property.
      Variantdefs getVariantdefs()
      Gets the value of the variantdefs property.
      void setDescription​(Description value)
      Sets the value of the description property.
      void setDx​(java.lang.String value)
      Sets the value of the dx property.
      void setDy​(java.lang.String value)
      Sets the value of the dy property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setParts​(Parts value)
      Sets the value of the parts property.
      void setPorts​(Ports value)
      Sets the value of the ports property.
      void setPrefix​(java.lang.String value)
      Sets the value of the prefix property.
      void setSheets​(Sheets value)
      Sets the value of the sheets property.
      void setVariantdefs​(Variantdefs value)
      Sets the value of the variantdefs property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • prefix

        protected java.lang.String prefix
      • dx

        protected java.lang.String dx
      • dy

        protected java.lang.String dy
      • ports

        protected Ports ports
      • parts

        protected Parts parts
      • sheets

        protected Sheets sheets
    • Constructor Detail

      • Module

        public Module()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getPrefix

        public java.lang.String getPrefix()
        Gets the value of the prefix property.
        Returns:
        possible object is String
      • setPrefix

        public void setPrefix​(java.lang.String value)
        Sets the value of the prefix property.
        Parameters:
        value - allowed object is String
      • getDx

        public java.lang.String getDx()
        Gets the value of the dx property.
        Returns:
        possible object is String
      • setDx

        public void setDx​(java.lang.String value)
        Sets the value of the dx property.
        Parameters:
        value - allowed object is String
      • getDy

        public java.lang.String getDy()
        Gets the value of the dy property.
        Returns:
        possible object is String
      • setDy

        public void setDy​(java.lang.String value)
        Sets the value of the dy property.
        Parameters:
        value - allowed object is String
      • getDescription

        public Description getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Description
      • setDescription

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description
      • getPorts

        public Ports getPorts()
        Gets the value of the ports property.
        Returns:
        possible object is Ports
      • setPorts

        public void setPorts​(Ports value)
        Sets the value of the ports property.
        Parameters:
        value - allowed object is Ports
      • getVariantdefs

        public Variantdefs getVariantdefs()
        Gets the value of the variantdefs property.
        Returns:
        possible object is Variantdefs
      • setVariantdefs

        public void setVariantdefs​(Variantdefs value)
        Sets the value of the variantdefs property.
        Parameters:
        value - allowed object is Variantdefs
      • getParts

        public Parts getParts()
        Gets the value of the parts property.
        Returns:
        possible object is Parts
      • setParts

        public void setParts​(Parts value)
        Sets the value of the parts property.
        Parameters:
        value - allowed object is Parts
      • getSheets

        public Sheets getSheets()
        Gets the value of the sheets property.
        Returns:
        possible object is Sheets
      • setSheets

        public void setSheets​(Sheets value)
        Sets the value of the sheets property.
        Parameters:
        value - allowed object is Sheets