Class ProjectReportProperty

java.lang.Object
com.install4j.api.beaninfo.ProjectReportProperty

public class ProjectReportProperty extends Object
A project report element contributed by a customizer. All regular properties of your beans that have a non-empty display name are included in the project report. Properties that have empty display names can be used in customizers. If your customizer implements CustomizerCallback, it can contribute multiple entries to the project report.
See Also:
  • Constructor Details

  • Method Details

    • getPropertyName

      public String getPropertyName()
      Get the property name.
      Returns:
      the property name
    • setPropertyName

      public void setPropertyName(String propertyName)
      Set the property name.
      Parameters:
      propertyName - the property name
    • getReportValue

      public String getReportValue()
      Get the report value.
      Returns:
      the report value
    • setReportValue

      public void setReportValue(String reportValue)
      Set the report value.
      Parameters:
      reportValue - the report value