|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.distributionlist.bo.DistributionList
public class DistributionList
Constructor Summary | |
---|---|
DistributionList()
|
Method Summary | |
---|---|
java.lang.String |
getDescr()
Gets the descr. |
java.util.List |
getDocuments()
Gets the documents. |
java.util.List |
getEmails()
Gets the emails. |
int |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
void |
setDescr(java.lang.String descr)
Sets the descr. |
void |
setDocuments(java.util.List documents)
Sets the documents. |
void |
setEmails(java.util.List emails)
Sets the emails. |
void |
setId(int id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistributionList()
Method Detail |
---|
public int getId()
public void setId(int id)
id
- the new 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.List getEmails()
public void setEmails(java.util.List emails)
emails
- the new emailspublic java.util.List getDocuments()
public void setDocuments(java.util.List documents)
documents
- the new documents
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |