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

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

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

SbiObjStateId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiObjStateId()
          default constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 SbiDomains getSbiDomains()
          Gets the sbi domains.
 SbiObjects getSbiObjects()
          Gets the sbi objects.
 java.util.Date getStartDt()
          Gets the start dt.
 int hashCode()
           
 void setSbiDomains(SbiDomains sbiDomains)
          Sets the sbi domains.
 void setSbiObjects(SbiObjects sbiObjects)
          Sets the sbi objects.
 void setStartDt(java.util.Date startDt)
          Sets the start dt.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjStateId

public SbiObjStateId()
default constructor.

Method Detail

getSbiDomains

public SbiDomains getSbiDomains()
Gets the sbi domains.

Returns:
the sbi domains

setSbiDomains

public void setSbiDomains(SbiDomains sbiDomains)
Sets the sbi domains.

Parameters:
sbiDomains - the new sbi domains

getSbiObjects

public SbiObjects getSbiObjects()
Gets the sbi objects.

Returns:
the sbi objects

setSbiObjects

public void setSbiObjects(SbiObjects sbiObjects)
Sets the sbi objects.

Parameters:
sbiObjects - the new sbi objects

getStartDt

public java.util.Date getStartDt()
Gets the start dt.

Returns:
the start dt

setStartDt

public void setStartDt(java.util.Date startDt)
Sets the start dt.

Parameters:
startDt - the new start dt

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