it.eng.spagobi.analiticalmodel.document.metadata
Class SbiSubreportsId

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.metadata.SbiSubreportsId
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SbiSubreportsId()
          default constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 SbiObjects getMasterReport()
          Gets the master report.
 SbiObjects getSubReport()
          Gets the sub report.
 int hashCode()
           
 void setMasterReport(SbiObjects masterReport)
          Sets the master report.
 void setSubReport(SbiObjects subReport)
          Sets the sub report.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiSubreportsId

public SbiSubreportsId()
default constructor.

Method Detail

getMasterReport

public SbiObjects getMasterReport()
Gets the master report.

Returns:
the master report

setMasterReport

public void setMasterReport(SbiObjects masterReport)
Sets the master report.

Parameters:
masterReport - the new master report

getSubReport

public SbiObjects getSubReport()
Gets the sub report.

Returns:
the sub report

setSubReport

public void setSubReport(SbiObjects subReport)
Sets the sub report.

Parameters:
subReport - the new sub report

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object