it.eng.spagobi.tools.distributionlist.bo
Class DistributionList

java.lang.Object
  extended by it.eng.spagobi.tools.distributionlist.bo.DistributionList
All Implemented Interfaces:
java.io.Serializable

public class DistributionList
extends java.lang.Object
implements java.io.Serializable

Author:
Chiarelli Chiara (chiara.chiarelli@eng.it)
See Also:
Serialized Form

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

DistributionList

public DistributionList()
Method Detail

getId

public int getId()
Gets the id.

Returns:
the id

setId

public void setId(int id)
Sets the id.

Parameters:
id - the new id

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getDescr

public java.lang.String getDescr()
Gets the descr.

Returns:
the descr

setDescr

public void setDescr(java.lang.String descr)
Sets the descr.

Parameters:
descr - the new descr

getEmails

public java.util.List getEmails()
Gets the emails.

Returns:
the emails

setEmails

public void setEmails(java.util.List emails)
Sets the emails.

Parameters:
emails - the new emails

getDocuments

public java.util.List getDocuments()
Gets the documents.

Returns:
the documents

setDocuments

public void setDocuments(java.util.List documents)
Sets the documents.

Parameters:
documents - the new documents