org.apertereports.model
Class ReportTemplate
java.lang.Object
org.apertereports.model.ReportTemplate
- All Implemented Interfaces:
- Serializable
@Entity
public class ReportTemplate
- extends Object
- implements Serializable
Holds all the Jasper report template data and specific report configuration.
- See Also:
- Serialized Form
ReportTemplate
public ReportTemplate()
getActive
public boolean getActive()
getContent
public String getContent()
getCreated
public Date getCreated()
getDescription
public String getDescription()
getFilename
public String getFilename()
getId
public Integer getId()
getReportname
public String getReportname()
getAllowBackgroundOrder
public Boolean getAllowBackgroundOrder()
getAllowOnlineDisplay
public Boolean getAllowOnlineDisplay()
setActive
public void setActive(boolean active)
setAllowBackgroundOrder
public void setAllowBackgroundOrder(Boolean allowBackgroundOrder)
setAllowOnlineDisplay
public void setAllowOnlineDisplay(Boolean allowOnlineDisplay)
setContent
public void setContent(String content)
setCreated
public void setCreated(Date created)
setDescription
public void setDescription(String description)
setFilename
public void setFilename(String filename)
setId
public void setId(Integer id)
setReportname
public void setReportname(String reportname)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2011-2012. All Rights Reserved.