com.liferay.portlet.messageboards.model
Interface MBMailingList

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, MBMailingListModel, java.io.Serializable

public interface MBMailingList
extends MBMailingListModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the MBMailingList table in the database.

Customize com.liferay.portlet.messageboards.model.impl.MBMailingListImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
MBMailingListModel, com.liferay.portlet.messageboards.model.impl.MBMailingListImpl, com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMailingListModel
getActive, getCategoryId, getCompanyId, getCreateDate, getEmailAddress, getGroupId, getInPassword, getInProtocol, getInReadInterval, getInServerName, getInServerPort, getInUserName, getInUseSSL, getMailingListId, getModifiedDate, getOutCustom, getOutEmailAddress, getOutPassword, getOutServerName, getOutServerPort, getOutUserName, getOutUseSSL, getPrimaryKey, getUserId, getUserName, getUuid, isActive, isInUseSSL, isOutCustom, isOutUseSSL, setActive, setCategoryId, setCompanyId, setCreateDate, setEmailAddress, setGroupId, setInPassword, setInProtocol, setInReadInterval, setInServerName, setInServerPort, setInUserName, setInUseSSL, setMailingListId, setModifiedDate, setOutCustom, setOutEmailAddress, setOutPassword, setOutServerName, setOutServerPort, setOutUserName, setOutUseSSL, setPrimaryKey, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo