it.eng.spagobi.profiling.bean
Class SbiUserAttributesId

java.lang.Object
  extended by it.eng.spagobi.profiling.bean.SbiUserAttributesId
All Implemented Interfaces:
java.io.Serializable

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

SbiUserAttributesId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiUserAttributesId()
           
SbiUserAttributesId(int id, int attributeId)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getAttributeId()
           
 int getId()
           
 int hashCode()
           
 void setAttributeId(int attributeId)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiUserAttributesId

public SbiUserAttributesId()

SbiUserAttributesId

public SbiUserAttributesId(int id,
                           int attributeId)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getAttributeId

public int getAttributeId()

setAttributeId

public void setAttributeId(int attributeId)

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