|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.bo.Subreport
public class Subreport
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 |
---|
public Subreport()
public Subreport(java.lang.Integer master_rpt_id, java.lang.Integer sub_rpt_id)
master_rpt_id
- the master_rpt_idsub_rpt_id
- the sub_rpt_idMethod Detail |
---|
public java.lang.Integer getMaster_rpt_id()
public void setMaster_rpt_id(java.lang.Integer master_rpt_id)
master_rpt_id
- the new master_rpt_idpublic java.lang.Integer getSub_rpt_id()
public void setSub_rpt_id(java.lang.Integer sub_rpt_id)
sub_rpt_id
- the new sub_rpt_id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |