it.eng.spagobi.metadata
Class SbiSubreportsId

java.lang.Object
  extended by it.eng.spagobi.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()
           
 SbiObjects getSubReport()
           
 int hashCode()
           
 void setMasterReport(SbiObjects masterReport)
           
 void setSubReport(SbiObjects subReport)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiSubreportsId

public SbiSubreportsId()
default constructor

Method Detail

getMasterReport

public SbiObjects getMasterReport()

setMasterReport

public void setMasterReport(SbiObjects masterReport)

getSubReport

public SbiObjects getSubReport()

setSubReport

public void setSubReport(SbiObjects subReport)

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