org.apertereports.model
Class ReportTemplate

java.lang.Object
  extended by 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

Nested Class Summary
static class ReportTemplate.Fields
          Field identifiers for Vaadin tables.
 
Constructor Summary
ReportTemplate()
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean getActive()
           
 Boolean getAllowBackgroundOrder()
           
 Boolean getAllowOnlineDisplay()
           
 String getContent()
           
 Date getCreated()
           
 String getDescription()
           
 String getFilename()
           
 Integer getId()
           
 String getReportname()
           
 int hashCode()
           
 void setActive(boolean active)
           
 void setAllowBackgroundOrder(Boolean allowBackgroundOrder)
           
 void setAllowOnlineDisplay(Boolean allowOnlineDisplay)
           
 void setContent(String content)
           
 void setCreated(Date created)
           
 void setDescription(String description)
           
 void setFilename(String filename)
           
 void setId(Integer id)
           
 void setReportname(String reportname)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTemplate

public ReportTemplate()
Method Detail

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.