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

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

public class SbiDistributionList
extends SbiHibernateModel

SbiDistributionList generated by hbm2java

See Also:
Serialized Form

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 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

SbiDistributionList

public SbiDistributionList()
default constructor.


SbiDistributionList

public SbiDistributionList(java.lang.Integer dlId,
                           java.lang.String name)
minimal constructor.

Parameters:
dlId - the dl id
name - the name

SbiDistributionList

public SbiDistributionList(java.lang.Integer dlId,
                           java.lang.String name,
                           java.lang.String descr,
                           java.util.Set sbiDistributionListUsers,
                           java.util.Set sbiDistributionListsObjectses)
full constructor.

Parameters:
dlId - the dl id
name - the name
descr - the descr
sbiDistributionListUsers - the sbi distribution list users
sbiDistributionListsObjectses - the sbi distribution lists objectses
Method Detail

getDlId

public java.lang.Integer getDlId()
Gets the dl id.

Returns:
the dl id

setDlId

public void setDlId(java.lang.Integer dlId)
Sets the dl id.

Parameters:
dlId - the new dl 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

getSbiDistributionListUsers

public java.util.Set getSbiDistributionListUsers()
Gets the sbi distribution list users.

Returns:
the sbi distribution list users

setSbiDistributionListUsers

public void setSbiDistributionListUsers(java.util.Set sbiDistributionListUsers)
Sets the sbi distribution list users.

Parameters:
sbiDistributionListUsers - the new sbi distribution list users

getSbiDistributionListsObjectses

public java.util.Set getSbiDistributionListsObjectses()
Gets the sbi distribution lists objectses.

Returns:
the sbi distribution lists objectses

setSbiDistributionListsObjectses

public void setSbiDistributionListsObjectses(java.util.Set sbiDistributionListsObjectses)
Sets the sbi distribution lists objectses.

Parameters:
sbiDistributionListsObjectses - the new sbi distribution lists objectses