|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.distributionlist.metadata.SbiDistributionListUser
public class SbiDistributionListUser
SbiDistributionListUser generated by hbm2java
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiDistributionListUser()
public SbiDistributionListUser(java.lang.Integer dluId, SbiDistributionList sbiDistributionList, java.lang.String userId, java.lang.String EMail)
dluId
- the dlu idsbiDistributionList
- the sbi distribution listuserId
- the user idEMail
- the e mailMethod Detail |
---|
public java.lang.Integer getDluId()
public void setDluId(java.lang.Integer dluId)
dluId
- the new dlu idpublic SbiDistributionList getSbiDistributionList()
public void setSbiDistributionList(SbiDistributionList sbiDistributionList)
sbiDistributionList
- the new sbi distribution listpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- the new user idpublic java.lang.String getEMail()
public void setEMail(java.lang.String EMail)
EMail
- the new e mail
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |