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

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

public class SbiDistributionListsObjects
extends SbiHibernateModel

SbiDistributionListsObjects generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiDistributionListsObjects()
          default constructor.
SbiDistributionListsObjects(java.lang.Integer relId, SbiObjects sbiObjects, SbiDistributionList sbiDistributionList, java.lang.String xml)
          full constructor.
 
Method Summary
 java.lang.Integer getRelId()
          Gets the rel id.
 SbiDistributionList getSbiDistributionList()
          Gets the sbi distribution list.
 SbiObjects getSbiObjects()
          Gets the sbi objects.
 java.lang.String getXml()
          Gets the xml.
 void setRelId(java.lang.Integer relId)
          Sets the rel id.
 void setSbiDistributionList(SbiDistributionList sbiDistributionList)
          Sets the sbi distribution list.
 void setSbiObjects(SbiObjects sbiObjects)
          Sets the sbi objects.
 void setXml(java.lang.String xml)
          Sets the xml.
 
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

SbiDistributionListsObjects

public SbiDistributionListsObjects()
default constructor.


SbiDistributionListsObjects

public SbiDistributionListsObjects(java.lang.Integer relId,
                                   SbiObjects sbiObjects,
                                   SbiDistributionList sbiDistributionList,
                                   java.lang.String xml)
full constructor.

Parameters:
relId - the rel id
sbiObjects - the sbi objects
sbiDistributionList - the sbi distribution list
xml - the xml
Method Detail

getRelId

public java.lang.Integer getRelId()
Gets the rel id.

Returns:
the rel id

setRelId

public void setRelId(java.lang.Integer relId)
Sets the rel id.

Parameters:
relId - the new rel id

getSbiObjects

public SbiObjects getSbiObjects()
Gets the sbi objects.

Returns:
the sbi objects

setSbiObjects

public void setSbiObjects(SbiObjects sbiObjects)
Sets the sbi objects.

Parameters:
sbiObjects - the new sbi objects

getSbiDistributionList

public SbiDistributionList getSbiDistributionList()
Gets the sbi distribution list.

Returns:
the sbi distribution list

setSbiDistributionList

public void setSbiDistributionList(SbiDistributionList sbiDistributionList)
Sets the sbi distribution list.

Parameters:
sbiDistributionList - the new sbi distribution list

getXml

public java.lang.String getXml()
Gets the xml.

Returns:
the xml

setXml

public void setXml(java.lang.String xml)
Sets the xml.

Parameters:
xml - the new xml