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

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

public class SbiObjectsRating
extends SbiHibernateModel

SbiObjectsRating generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiObjectsRating()
          default constructor.
SbiObjectsRating(SbiObjectsRatingId id, SbiObjects sbiObjects, java.lang.Integer rating)
          full constructor.
 
Method Summary
 SbiObjectsRatingId getId()
          Gets the id.
 java.lang.Integer getRating()
          Gets the rating.
 SbiObjects getSbiObjects()
          Gets the sbi objects.
 void setId(SbiObjectsRatingId id)
          Sets the id.
 void setRating(java.lang.Integer rating)
          Sets the rating.
 void setSbiObjects(SbiObjects sbiObjects)
          Sets the sbi objects.
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjectsRating

public SbiObjectsRating()
default constructor.


SbiObjectsRating

public SbiObjectsRating(SbiObjectsRatingId id,
                        SbiObjects sbiObjects,
                        java.lang.Integer rating)
full constructor.

Parameters:
id - the id
sbiObjects - the sbi objects
rating - the rating
Method Detail

getId

public SbiObjectsRatingId getId()
Gets the id.

Returns:
the id

setId

public void setId(SbiObjectsRatingId id)
Sets the id.

Parameters:
id - the new id

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

getRating

public java.lang.Integer getRating()
Gets the rating.

Returns:
the rating

setRating

public void setRating(java.lang.Integer rating)
Sets the rating.

Parameters:
rating - the new rating