Class ComponentLogoView

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMediumLogoUrl()  
      java.lang.String getSmallLogoUrl()  
      void setMediumLogoUrl​(java.lang.String mediumLogoUrl)  
      void setSmallLogoUrl​(java.lang.String smallLogoUrl)  
      • 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

      • ComponentLogoView

        public ComponentLogoView()
    • Method Detail

      • getMediumLogoUrl

        public java.lang.String getMediumLogoUrl()
      • setMediumLogoUrl

        public void setMediumLogoUrl​(java.lang.String mediumLogoUrl)
      • getSmallLogoUrl

        public java.lang.String getSmallLogoUrl()
      • setSmallLogoUrl

        public void setSmallLogoUrl​(java.lang.String smallLogoUrl)