it.eng.spagobi.commons.bo
Class Subreport

java.lang.Object
  extended by it.eng.spagobi.commons.bo.Subreport
All Implemented Interfaces:
java.io.Serializable

public class Subreport
extends java.lang.Object
implements java.io.Serializable

Author:
Gioia
See Also:
Serialized Form

Constructor Summary
Subreport()
          Instantiates a new subreport.
Subreport(java.lang.Integer master_rpt_id, java.lang.Integer sub_rpt_id)
          Instantiates a new subreport.
 
Method Summary
 java.lang.Integer getMaster_rpt_id()
          Gets the master_rpt_id.
 java.lang.Integer getSub_rpt_id()
          Gets the sub_rpt_id.
 void setMaster_rpt_id(java.lang.Integer master_rpt_id)
          Sets the master_rpt_id.
 void setSub_rpt_id(java.lang.Integer sub_rpt_id)
          Sets the sub_rpt_id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subreport

public Subreport()
Instantiates a new subreport.


Subreport

public Subreport(java.lang.Integer master_rpt_id,
                 java.lang.Integer sub_rpt_id)
Instantiates a new subreport.

Parameters:
master_rpt_id - the master_rpt_id
sub_rpt_id - the sub_rpt_id
Method Detail

getMaster_rpt_id

public java.lang.Integer getMaster_rpt_id()
Gets the master_rpt_id.

Returns:
the master_rpt_id

setMaster_rpt_id

public void setMaster_rpt_id(java.lang.Integer master_rpt_id)
Sets the master_rpt_id.

Parameters:
master_rpt_id - the new master_rpt_id

getSub_rpt_id

public java.lang.Integer getSub_rpt_id()
Gets the sub_rpt_id.

Returns:
the sub_rpt_id

setSub_rpt_id

public void setSub_rpt_id(java.lang.Integer sub_rpt_id)
Sets the sub_rpt_id.

Parameters:
sub_rpt_id - the new sub_rpt_id