Class LogoDescriptor

java.lang.Object
org.nuxeo.theme.styling.service.descriptors.LogoDescriptor

public class LogoDescriptor extends Object
Since:
5.5
  • Constructor Details

    • LogoDescriptor

      public LogoDescriptor()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getPreviewPath

      public String getPreviewPath()
    • setPreviewPath

      public void setPreviewPath(String previewPath)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • clone

      public LogoDescriptor clone()
      Overrides:
      clone in class Object