it.eng.spagobi.profiling.bean
Class SbiUserAttributes
java.lang.Object
it.eng.spagobi.commons.metadata.SbiHibernateModel
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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)
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)