Class ProjectDescription

  • All Implemented Interfaces:
    Referenceable

    public final class ProjectDescription
    extends ProjectObject
    Defines the project specific informations such as product name, version, vendor, etc.
    • Method Detail

      • setProductName

        public void setProductName​(java.lang.String name)
        The product name.
      • getProductName

        public java.lang.String getProductName()
        The product name.
      • getInstallerName

        public java.lang.String getInstallerName()
        The installer name.
      • setInstallerName

        public void setInstallerName​(java.lang.String name)
        The installer name.
      • setInstallerTitle

        public void setInstallerTitle​(java.lang.String name)
        The installer title.
      • getInstallerTitle

        public java.lang.String getInstallerTitle()
        The installer title.
      • setProductID

        public void setProductID​(UUID id)
        The product unique identifier.
      • getProductID

        public UUID getProductID()
        The product unique identifier.
      • setProductURL

        public void setProductURL​(java.lang.String url)
        The product info URL.
      • getProductURL

        public java.lang.String getProductURL()
        The product info URL.
      • setProductDescription

        public void setProductDescription​(java.lang.String desc)
        The product description.
      • getProductDescription

        public java.lang.String getProductDescription()
        The product description.
      • getProductVersion

        public Version getProductVersion()
        The product version.
      • setProductVersion

        public void setProductVersion​(Version productVersion)
        The product version.
      • setSupportURL

        public void setSupportURL​(java.lang.String url)
        The product support URL.
      • getSupportURL

        public java.lang.String getSupportURL()
        The product support URL.
      • setVendorName

        public void setVendorName​(java.lang.String name)
        The product vendor name.
      • getVendorName

        public java.lang.String getVendorName()
        The product vendor name.
      • setVendorID

        public void setVendorID​(UUID id)
        The product vendor unique identifier.
      • getVendorID

        public UUID getVendorID()
        The product vendor unique identifier.
      • setUpgradeCode

        public void setUpgradeCode​(UUID upgradeCode)
        The UpgradeCode for the Installer
      • getUpgradeCode

        public UUID getUpgradeCode()
        The UpgradeCode for the Installer.
      • setVendorURL

        public void setVendorURL​(java.lang.String url)
        The product vendor homepage.
      • getVendorURL

        public java.lang.String getVendorURL()
        The product vendor homepage.
      • setEmail

        public void setEmail​(java.lang.String mail)
        The product vendor e-mail address.
      • getEmail

        public java.lang.String getEmail()
        The product vendor e-mail address.
      • setCopyright

        public void setCopyright​(java.lang.String cr)
        The product copyright.
      • getCopyright

        public java.lang.String getCopyright()
        The product copyright.
      • setLicense

        public void setLicense​(java.lang.String licen)
        The product license.
      • getLicense

        public java.lang.String getLicense()
        The product license.