Class ProductInfo


  • public class ProductInfo
    extends java.lang.Object
    Provides an EID information DTO.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProductInfo()
      Constructs.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHwRevision()
      Gets the product hardware version.
      java.lang.String getIdentifier()
      Gets the EID identifier.
      java.lang.String getInterface()
      Gets the communication interface type.
      java.lang.String getLevel()
      Gets the SGr level.
      java.lang.String getManufacturer()
      Gets the manufacturer name.
      java.lang.String getProductName()
      Gets the product name.
      java.lang.String getProductType()
      Gets the product type.
      java.lang.String getReleaseState()
      Gets the release state.
      java.lang.String getSwRevision()
      Gets the product software version.
      java.lang.String getTestState()
      Gets the test state.
      java.lang.String getVersion()
      Gets the EID version.
      void setHwRevision​(java.lang.String hwRevision)
      Sets the product hardware version.
      void setIdentifier​(java.lang.String identifier)
      Sets the EID identifier.
      void setInterface​(java.lang.String interfaceType)
      Sets the communication interface type.
      void setLevel​(java.lang.String level)
      Sets the SGr level.
      void setManufacturer​(java.lang.String manufacturer)
      Sets the manufacturer name.
      void setProductName​(java.lang.String productName)
      Sets the product name.
      void setProductType​(java.lang.String productType)
      Sets the product type.
      void setReleaseState​(java.lang.String releaseState)
      Sets the release state.
      void setSwRevision​(java.lang.String swRevision)
      Sets the product software version.
      void setTestState​(java.lang.String testState)
      Sets the test state.
      void setVersion​(java.lang.String version)
      Sets the EID version.
      • Methods inherited from class java.lang.Object

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

      • ProductInfo

        public ProductInfo()
        Constructs.
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the EID identifier.
        Returns:
        a string
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Sets the EID identifier.
        Parameters:
        identifier - the EID identifier
      • getReleaseState

        public java.lang.String getReleaseState()
        Gets the release state.
        Returns:
        a string
      • setReleaseState

        public void setReleaseState​(java.lang.String releaseState)
        Sets the release state.
        Parameters:
        releaseState - the release state
      • getTestState

        public java.lang.String getTestState()
        Gets the test state.
        Returns:
        a string
      • setTestState

        public void setTestState​(java.lang.String testState)
        Sets the test state.
        Parameters:
        testState - the test state
      • getManufacturer

        public java.lang.String getManufacturer()
        Gets the manufacturer name.
        Returns:
        a string
      • setManufacturer

        public void setManufacturer​(java.lang.String manufacturer)
        Sets the manufacturer name.
        Parameters:
        manufacturer - the manufacturer name
      • getProductName

        public java.lang.String getProductName()
        Gets the product name.
        Returns:
        a string
      • setProductName

        public void setProductName​(java.lang.String productName)
        Sets the product name.
        Parameters:
        productName - the product name
      • getProductType

        public java.lang.String getProductType()
        Gets the product type.
        Returns:
        a string
      • setProductType

        public void setProductType​(java.lang.String productType)
        Sets the product type.
        Parameters:
        productType - the product type
      • getInterface

        public java.lang.String getInterface()
        Gets the communication interface type.
        Returns:
        a string
      • setInterface

        public void setInterface​(java.lang.String interfaceType)
        Sets the communication interface type.
        Parameters:
        interfaceType - the interface type as string
      • getLevel

        public java.lang.String getLevel()
        Gets the SGr level.
        Returns:
        a string
      • setLevel

        public void setLevel​(java.lang.String level)
        Sets the SGr level.
        Parameters:
        level - the level as string
      • getVersion

        public java.lang.String getVersion()
        Gets the EID version.
        Returns:
        a string
      • setVersion

        public void setVersion​(java.lang.String version)
        Sets the EID version.
        Parameters:
        version - the version string
      • getSwRevision

        public java.lang.String getSwRevision()
        Gets the product software version.
        Returns:
        a string
      • setSwRevision

        public void setSwRevision​(java.lang.String swRevision)
        Sets the product software version.
        Parameters:
        swRevision - the version string
      • getHwRevision

        public java.lang.String getHwRevision()
        Gets the product hardware version.
        Returns:
        a string
      • setHwRevision

        public void setHwRevision​(java.lang.String hwRevision)
        Sets the product hardware version.
        Parameters:
        hwRevision - the version string