Class AppProperties

java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.AppProperties

@Component @ConfigurationProperties("app") public class AppProperties extends Object
  • Constructor Details

    • AppProperties

      public AppProperties()
  • Method Details

    • getDebugEnabled

      public Boolean getDebugEnabled()
    • setDebugEnabled

      public void setDebugEnabled(Boolean debugEnabled)
    • getBaseTitle

      public String getBaseTitle()
    • setBaseTitle

      public void setBaseTitle(String baseTitle)
    • getHeight

      public Integer getHeight()
    • setHeight

      public void setHeight(Integer height)
    • getWidth

      public Integer getWidth()
    • setWidth

      public void setWidth(Integer width)
    • getWmsLayers

      public List<WMSLayerDescriptor> getWmsLayers()
    • setWmsLayers

      public void setWmsLayers(List<WMSLayerDescriptor> wmsLayers)