it.eng.spagobi.tools.distributionlist.metadata
Class SbiDistributionListUser

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.tools.distributionlist.metadata.SbiDistributionListUser
All Implemented Interfaces:
java.io.Serializable

public class SbiDistributionListUser
extends SbiHibernateModel

SbiDistributionListUser generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiDistributionListUser()
          Instantiates a new sbi distribution list user.
SbiDistributionListUser(java.lang.Integer dluId, SbiDistributionList sbiDistributionList, java.lang.String userId, java.lang.String EMail)
          full constructor.
 
Method Summary
 java.lang.Integer getDluId()
          Gets the dlu id.
 java.lang.String getEMail()
          Gets the e mail.
 SbiDistributionList getSbiDistributionList()
          Gets the sbi distribution list.
 java.lang.String getUserId()
          Gets the user id.
 void setDluId(java.lang.Integer dluId)
          Sets the dlu id.
 void setEMail(java.lang.String EMail)
          Sets the e mail.
 void setSbiDistributionList(SbiDistributionList sbiDistributionList)
          Sets the sbi distribution list.
 void setUserId(java.lang.String userId)
          Sets the user id.
 
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

SbiDistributionListUser

public SbiDistributionListUser()
Instantiates a new sbi distribution list user.


SbiDistributionListUser

public SbiDistributionListUser(java.lang.Integer dluId,
                               SbiDistributionList sbiDistributionList,
                               java.lang.String userId,
                               java.lang.String EMail)
full constructor.

Parameters:
dluId - the dlu id
sbiDistributionList - the sbi distribution list
userId - the user id
EMail - the e mail
Method Detail

getDluId

public java.lang.Integer getDluId()
Gets the dlu id.

Returns:
the dlu id

setDluId

public void setDluId(java.lang.Integer dluId)
Sets the dlu id.

Parameters:
dluId - the new dlu id

getSbiDistributionList

public SbiDistributionList getSbiDistributionList()
Gets the sbi distribution list.

Returns:
the sbi distribution list

setSbiDistributionList

public void setSbiDistributionList(SbiDistributionList sbiDistributionList)
Sets the sbi distribution list.

Parameters:
sbiDistributionList - the new sbi distribution list

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

getEMail

public java.lang.String getEMail()
Gets the e mail.

Returns:
the e mail

setEMail

public void setEMail(java.lang.String EMail)
Sets the e mail.

Parameters:
EMail - the new e mail