public class Report extends Object implements Serializable
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getHtmlTemplate()
Returns the value of field 'htmlTemplate'.
|
String |
getId()
Returns the value of field 'id'.
|
String |
getLogo()
Returns the value of field 'logo'.
|
Parameters |
getParameters()
Returns the value of field 'parameters'.
|
String |
getPdfTemplate()
Returns the value of field 'pdfTemplate'.
|
String |
getSvgTemplate()
Returns the value of field 'svgTemplate'.
|
String |
getType()
Returns the value of field 'type'.
|
int |
hashCode()
Method hashCode.
|
void |
setHtmlTemplate(String htmlTemplate)
Sets the value of field 'htmlTemplate'.
|
void |
setId(String id)
Sets the value of field 'id'.
|
void |
setLogo(String logo)
Sets the value of field 'logo'.
|
void |
setParameters(Parameters parameters)
Sets the value of field 'parameters'.
|
void |
setPdfTemplate(String pdfTemplate)
Sets the value of field 'pdfTemplate'.
|
void |
setSvgTemplate(String svgTemplate)
Sets the value of field 'svgTemplate'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
public boolean equals(Object obj)
public String getHtmlTemplate()
public String getId()
public String getLogo()
public Parameters getParameters()
public String getPdfTemplate()
public String getSvgTemplate()
public String getType()
public int hashCode()
public void setHtmlTemplate(String htmlTemplate)
htmlTemplate
- the value of field 'htmlTemplate'.public void setId(String id)
id
- the value of field 'id'.public void setLogo(String logo)
logo
- the value of field 'logo'.public void setParameters(Parameters parameters)
parameters
- the value of field 'parameters'.public void setPdfTemplate(String pdfTemplate)
pdfTemplate
- the value of field 'pdfTemplate'.public void setSvgTemplate(String svgTemplate)
svgTemplate
- the value of field 'svgTemplate'.public void setType(String type)
type
- the value of field 'type'.Copyright © 2017. All rights reserved.