|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.analiticalmodel.document.metadata.SbiObjectsRating
public class SbiObjectsRating
SbiObjectsRating generated by hbm2java
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 |
---|
public SbiObjectsRating()
public SbiObjectsRating(SbiObjectsRatingId id, SbiObjects sbiObjects, java.lang.Integer rating)
id
- the idsbiObjects
- the sbi objectsrating
- the ratingMethod Detail |
---|
public SbiObjectsRatingId getId()
public void setId(SbiObjectsRatingId id)
id
- the new idpublic SbiObjects getSbiObjects()
public void setSbiObjects(SbiObjects sbiObjects)
sbiObjects
- the new sbi objectspublic java.lang.Integer getRating()
public void setRating(java.lang.Integer rating)
rating
- the new rating
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |