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

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

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

SbiObjectsRatingId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiObjectsRatingId()
          default constructor.
SbiObjectsRatingId(java.lang.Integer objId, java.lang.String userId)
          full constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.Integer getObjId()
          Gets the obj id.
 java.lang.String getUserId()
          Gets the user id.
 int hashCode()
           
 void setObjId(java.lang.Integer objId)
          Sets the obj id.
 void setUserId(java.lang.String userId)
          Sets the user id.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjectsRatingId

public SbiObjectsRatingId()
default constructor.


SbiObjectsRatingId

public SbiObjectsRatingId(java.lang.Integer objId,
                          java.lang.String userId)
full constructor.

Parameters:
objId - the obj id
userId - the user id
Method Detail

getObjId

public java.lang.Integer getObjId()
Gets the obj id.

Returns:
the obj id

setObjId

public void setObjId(java.lang.Integer objId)
Sets the obj id.

Parameters:
objId - the new obj id

getUserId

public java.lang.String getUserId()
Gets the user id.

Returns:
the user id

setUserId

public void setUserId(java.lang.String userId)
Sets the user id.

Parameters:
userId - the new user id

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