it.eng.spagobi.profiling.bean
Class SbiUserAttributes

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.profiling.bean.SbiUserAttributes
All Implemented Interfaces:
java.io.Serializable

public class SbiUserAttributes
extends SbiHibernateModel

SbiUserAttributes generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiUserAttributes()
           
SbiUserAttributes(SbiUserAttributesId id, SbiUser sbiUser, SbiAttribute sbiAttribute)
           
SbiUserAttributes(SbiUserAttributesId id, SbiUser sbiUser, SbiAttribute sbiAttribute, java.lang.String attributeValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttributeValue()
           
 SbiUserAttributesId getId()
           
 SbiAttribute getSbiAttribute()
           
 SbiUser getSbiUser()
           
 int hashCode()
           
 void setAttributeValue(java.lang.String attributeValue)
           
 void setId(SbiUserAttributesId id)
           
 void setSbiAttribute(SbiAttribute sbiAttribute)
           
 void setSbiUser(SbiUser sbiUser)
           
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiUserAttributes

public SbiUserAttributes()

SbiUserAttributes

public SbiUserAttributes(SbiUserAttributesId id,
                         SbiUser sbiUser,
                         SbiAttribute sbiAttribute)

SbiUserAttributes

public SbiUserAttributes(SbiUserAttributesId id,
                         SbiUser sbiUser,
                         SbiAttribute sbiAttribute,
                         java.lang.String attributeValue)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getId

public SbiUserAttributesId getId()

setId

public void setId(SbiUserAttributesId id)

getSbiUser

public SbiUser getSbiUser()

setSbiUser

public void setSbiUser(SbiUser sbiUser)

getSbiAttribute

public SbiAttribute getSbiAttribute()

setSbiAttribute

public void setSbiAttribute(SbiAttribute sbiAttribute)

getAttributeValue

public java.lang.String getAttributeValue()

setAttributeValue

public void setAttributeValue(java.lang.String attributeValue)