Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBMailingList

All Superinterfaces:
AuditedModel, BaseModel<MBMailingList>, ClassedModel, Cloneable, Comparable<MBMailingList>, GroupedModel, MBMailingListModel, PersistedModel, Serializable
All Known Implementing Classes:
MBMailingListBaseImpl, MBMailingListImpl, MBMailingListWrapper

public interface MBMailingList
extends MBMailingListModel, PersistedModel

The extended model interface for the MBMailingList service. Represents a row in the "MBMailingList" database table, with each column mapped to a property of this class.

See Also:
MBMailingListModel, MBMailingListImpl, MBMailingListModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMailingListModel
clone, compareTo, getActive, getAllowAnonymous, getCategoryId, getCompanyId, getCreateDate, getEmailAddress, getExpandoBridge, getGroupId, getInPassword, getInProtocol, getInReadInterval, getInServerName, getInServerPort, getInUserName, getInUseSSL, getMailingListId, getModifiedDate, getOutCustom, getOutEmailAddress, getOutPassword, getOutServerName, getOutServerPort, getOutUserName, getOutUseSSL, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isAllowAnonymous, isCachedModel, isEscapedModel, isInUseSSL, isNew, isOutCustom, isOutUseSSL, setActive, setAllowAnonymous, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setEmailAddress, setExpandoBridgeAttributes, setGroupId, setInPassword, setInProtocol, setInReadInterval, setInServerName, setInServerPort, setInUserName, setInUseSSL, setMailingListId, setModifiedDate, setNew, setOutCustom, setOutEmailAddress, setOutPassword, setOutServerName, setOutServerPort, setOutUserName, setOutUseSSL, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3