Class OriginLicenseView

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLicense()  
      java.util.List<java.lang.String> getLicenses()  
      LicenseType getType()  
      void setLicense​(java.lang.String license)  
      void setLicenses​(java.util.List<java.lang.String> licenses)  
      void setType​(LicenseType type)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OriginLicenseView

        public OriginLicenseView()
    • Method Detail

      • getLicense

        public java.lang.String getLicense()
      • setLicense

        public void setLicense​(java.lang.String license)
      • getLicenses

        public java.util.List<java.lang.String> getLicenses()
      • setLicenses

        public void setLicenses​(java.util.List<java.lang.String> licenses)