java.lang.Objectcom.install4j.api.beaninfo.ProjectReportProperty
public class ProjectReportProperty
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 the project report.
CustomizerCallback.getProjectReportProperties()| Constructor Summary | |
|---|---|
ProjectReportProperty(java.lang.String propertyName,
java.lang.String reportValue)
Comstruct a project report property with a property name and a report value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
Get the property name. |
java.lang.String |
getReportValue()
Get the report value. |
void |
setPropertyName(java.lang.String propertyName)
Set the property name. |
void |
setReportValue(java.lang.String reportValue)
Set the report value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectReportProperty(java.lang.String propertyName,
java.lang.String reportValue)
propertyName - the namereportValue - the descriptionInstall4JBeanInfo.Install4JBeanInfo(String, String, String, boolean, boolean, Integer, Class, Class)| Method Detail |
|---|
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName - the property namepublic java.lang.String getReportValue()
public void setReportValue(java.lang.String reportValue)
reportValue - the report value