|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.distributionlist.metadata.SbiDistributionList
public class SbiDistributionList
SbiDistributionList generated by hbm2java
Constructor Summary | |
---|---|
SbiDistributionList()
default constructor. |
|
SbiDistributionList(java.lang.Integer dlId,
java.lang.String name)
minimal constructor. |
|
SbiDistributionList(java.lang.Integer dlId,
java.lang.String name,
java.lang.String descr,
java.util.Set sbiDistributionListUsers,
java.util.Set sbiDistributionListsObjectses)
full constructor. |
Method Summary | |
---|---|
java.lang.String |
getDescr()
Gets the descr. |
java.lang.Integer |
getDlId()
Gets the dl id. |
java.lang.String |
getName()
Gets the name. |
java.util.Set |
getSbiDistributionListsObjectses()
Gets the sbi distribution lists objectses. |
java.util.Set |
getSbiDistributionListUsers()
Gets the sbi distribution list users. |
void |
setDescr(java.lang.String descr)
Sets the descr. |
void |
setDlId(java.lang.Integer dlId)
Sets the dl id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setSbiDistributionListsObjectses(java.util.Set sbiDistributionListsObjectses)
Sets the sbi distribution lists objectses. |
void |
setSbiDistributionListUsers(java.util.Set sbiDistributionListUsers)
Sets the sbi distribution list users. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiDistributionList()
public SbiDistributionList(java.lang.Integer dlId, java.lang.String name)
dlId
- the dl idname
- the namepublic SbiDistributionList(java.lang.Integer dlId, java.lang.String name, java.lang.String descr, java.util.Set sbiDistributionListUsers, java.util.Set sbiDistributionListsObjectses)
dlId
- the dl idname
- the namedescr
- the descrsbiDistributionListUsers
- the sbi distribution list userssbiDistributionListsObjectses
- the sbi distribution lists objectsesMethod Detail |
---|
public java.lang.Integer getDlId()
public void setDlId(java.lang.Integer dlId)
dlId
- the new dl idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDescr()
public void setDescr(java.lang.String descr)
descr
- the new descrpublic java.util.Set getSbiDistributionListUsers()
public void setSbiDistributionListUsers(java.util.Set sbiDistributionListUsers)
sbiDistributionListUsers
- the new sbi distribution list userspublic java.util.Set getSbiDistributionListsObjectses()
public void setSbiDistributionListsObjectses(java.util.Set sbiDistributionListsObjectses)
sbiDistributionListsObjectses
- the new sbi distribution lists objectses
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |