Package com.liferay.message.boards.model
Interface MBMailingListModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<MBMailingList>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<MBMailingList>
,com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
MBMailingList
- All Known Implementing Classes:
MBMailingListWrapper
@ProviderType
public interface MBMailingListModel
extends com.liferay.portal.kernel.model.BaseModel<MBMailingList>, com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the MBMailingList service. Represents a row in the "MBMailingList" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.message.boards.model.impl.MBMailingListModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.message.boards.model.impl.MBMailingListImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the active of this message boards mailing list.boolean
Returns the allow anonymous of this message boards mailing list.long
Returns the category ID of this message boards mailing list.long
Returns the company ID of this message boards mailing list.Returns the create date of this message boards mailing list.long
Returns the ct collection ID of this message boards mailing list.Returns the email address of this message boards mailing list.long
Returns the group ID of this message boards mailing list.Returns the in password of this message boards mailing list.Returns the in protocol of this message boards mailing list.int
Returns the in read interval of this message boards mailing list.Returns the in server name of this message boards mailing list.int
Returns the in server port of this message boards mailing list.Returns the in user name of this message boards mailing list.boolean
Returns the in use ssl of this message boards mailing list.long
Returns the mailing list ID of this message boards mailing list.Returns the modified date of this message boards mailing list.long
Returns the mvcc version of this message boards mailing list.boolean
Returns the out custom of this message boards mailing list.Returns the out email address of this message boards mailing list.Returns the out password of this message boards mailing list.Returns the out server name of this message boards mailing list.int
Returns the out server port of this message boards mailing list.Returns the out user name of this message boards mailing list.boolean
Returns the out use ssl of this message boards mailing list.long
Returns the primary key of this message boards mailing list.long
Returns the user ID of this message boards mailing list.Returns the user name of this message boards mailing list.Returns the user uuid of this message boards mailing list.getUuid()
Returns the uuid of this message boards mailing list.boolean
isActive()
Returnstrue
if this message boards mailing list is active.boolean
Returnstrue
if this message boards mailing list is allow anonymous.boolean
Returnstrue
if this message boards mailing list is in use ssl.boolean
Returnstrue
if this message boards mailing list is out custom.boolean
Returnstrue
if this message boards mailing list is out use ssl.void
setActive
(boolean active) Sets whether this message boards mailing list is active.void
setAllowAnonymous
(boolean allowAnonymous) Sets whether this message boards mailing list is allow anonymous.void
setCategoryId
(long categoryId) Sets the category ID of this message boards mailing list.void
setCompanyId
(long companyId) Sets the company ID of this message boards mailing list.void
setCreateDate
(Date createDate) Sets the create date of this message boards mailing list.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this message boards mailing list.void
setEmailAddress
(String emailAddress) Sets the email address of this message boards mailing list.void
setGroupId
(long groupId) Sets the group ID of this message boards mailing list.void
setInPassword
(String inPassword) Sets the in password of this message boards mailing list.void
setInProtocol
(String inProtocol) Sets the in protocol of this message boards mailing list.void
setInReadInterval
(int inReadInterval) Sets the in read interval of this message boards mailing list.void
setInServerName
(String inServerName) Sets the in server name of this message boards mailing list.void
setInServerPort
(int inServerPort) Sets the in server port of this message boards mailing list.void
setInUserName
(String inUserName) Sets the in user name of this message boards mailing list.void
setInUseSSL
(boolean inUseSSL) Sets whether this message boards mailing list is in use ssl.void
setMailingListId
(long mailingListId) Sets the mailing list ID of this message boards mailing list.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this message boards mailing list.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this message boards mailing list.void
setOutCustom
(boolean outCustom) Sets whether this message boards mailing list is out custom.void
setOutEmailAddress
(String outEmailAddress) Sets the out email address of this message boards mailing list.void
setOutPassword
(String outPassword) Sets the out password of this message boards mailing list.void
setOutServerName
(String outServerName) Sets the out server name of this message boards mailing list.void
setOutServerPort
(int outServerPort) Sets the out server port of this message boards mailing list.void
setOutUserName
(String outUserName) Sets the out user name of this message boards mailing list.void
setOutUseSSL
(boolean outUseSSL) Sets whether this message boards mailing list is out use ssl.void
setPrimaryKey
(long primaryKey) Sets the primary key of this message boards mailing list.void
setUserId
(long userId) Sets the user ID of this message boards mailing list.void
setUserName
(String userName) Sets the user name of this message boards mailing list.void
setUserUuid
(String userUuid) Sets the user uuid of this message boards mailing list.void
Sets the uuid of this message boards mailing list.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this message boards mailing list.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
- Returns:
- the primary key of this message boards mailing list
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this message boards mailing list.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
- Parameters:
primaryKey
- the primary key of this message boards mailing list
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this message boards mailing list.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this message boards mailing list
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this message boards mailing list.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this message boards mailing list
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this message boards mailing list.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
- Returns:
- the ct collection ID of this message boards mailing list
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards mailing list.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
- Parameters:
ctCollectionId
- the ct collection ID of this message boards mailing list
-
getUuid
Returns the uuid of this message boards mailing list.- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this message boards mailing list
-
setUuid
Sets the uuid of this message boards mailing list.- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this message boards mailing list
-
getMailingListId
long getMailingListId()Returns the mailing list ID of this message boards mailing list.- Returns:
- the mailing list ID of this message boards mailing list
-
setMailingListId
void setMailingListId(long mailingListId) Sets the mailing list ID of this message boards mailing list.- Parameters:
mailingListId
- the mailing list ID of this message boards mailing list
-
getGroupId
long getGroupId()Returns the group ID of this message boards mailing list.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this message boards mailing list
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this message boards mailing list.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this message boards mailing list
-
getCompanyId
long getCompanyId()Returns the company ID of this message boards mailing list.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this message boards mailing list
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this message boards mailing list.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this message boards mailing list
-
getUserId
long getUserId()Returns the user ID of this message boards mailing list.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this message boards mailing list
-
setUserId
void setUserId(long userId) Sets the user ID of this message boards mailing list.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this message boards mailing list
-
getUserUuid
String getUserUuid()Returns the user uuid of this message boards mailing list.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this message boards mailing list
-
setUserUuid
Sets the user uuid of this message boards mailing list.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this message boards mailing list
-
getUserName
Returns the user name of this message boards mailing list.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this message boards mailing list
-
setUserName
Sets the user name of this message boards mailing list.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this message boards mailing list
-
getCreateDate
Date getCreateDate()Returns the create date of this message boards mailing list.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this message boards mailing list
-
setCreateDate
Sets the create date of this message boards mailing list.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this message boards mailing list
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this message boards mailing list.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this message boards mailing list
-
setModifiedDate
Sets the modified date of this message boards mailing list.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this message boards mailing list
-
getCategoryId
long getCategoryId()Returns the category ID of this message boards mailing list.- Returns:
- the category ID of this message boards mailing list
-
setCategoryId
void setCategoryId(long categoryId) Sets the category ID of this message boards mailing list.- Parameters:
categoryId
- the category ID of this message boards mailing list
-
getEmailAddress
Returns the email address of this message boards mailing list.- Returns:
- the email address of this message boards mailing list
-
setEmailAddress
Sets the email address of this message boards mailing list.- Parameters:
emailAddress
- the email address of this message boards mailing list
-
getInProtocol
Returns the in protocol of this message boards mailing list.- Returns:
- the in protocol of this message boards mailing list
-
setInProtocol
Sets the in protocol of this message boards mailing list.- Parameters:
inProtocol
- the in protocol of this message boards mailing list
-
getInServerName
Returns the in server name of this message boards mailing list.- Returns:
- the in server name of this message boards mailing list
-
setInServerName
Sets the in server name of this message boards mailing list.- Parameters:
inServerName
- the in server name of this message boards mailing list
-
getInServerPort
int getInServerPort()Returns the in server port of this message boards mailing list.- Returns:
- the in server port of this message boards mailing list
-
setInServerPort
void setInServerPort(int inServerPort) Sets the in server port of this message boards mailing list.- Parameters:
inServerPort
- the in server port of this message boards mailing list
-
getInUseSSL
boolean getInUseSSL()Returns the in use ssl of this message boards mailing list.- Returns:
- the in use ssl of this message boards mailing list
-
isInUseSSL
boolean isInUseSSL()Returnstrue
if this message boards mailing list is in use ssl.- Returns:
true
if this message boards mailing list is in use ssl;false
otherwise
-
setInUseSSL
void setInUseSSL(boolean inUseSSL) Sets whether this message boards mailing list is in use ssl.- Parameters:
inUseSSL
- the in use ssl of this message boards mailing list
-
getInUserName
Returns the in user name of this message boards mailing list.- Returns:
- the in user name of this message boards mailing list
-
setInUserName
Sets the in user name of this message boards mailing list.- Parameters:
inUserName
- the in user name of this message boards mailing list
-
getInPassword
Returns the in password of this message boards mailing list.- Returns:
- the in password of this message boards mailing list
-
setInPassword
Sets the in password of this message boards mailing list.- Parameters:
inPassword
- the in password of this message boards mailing list
-
getInReadInterval
int getInReadInterval()Returns the in read interval of this message boards mailing list.- Returns:
- the in read interval of this message boards mailing list
-
setInReadInterval
void setInReadInterval(int inReadInterval) Sets the in read interval of this message boards mailing list.- Parameters:
inReadInterval
- the in read interval of this message boards mailing list
-
getOutEmailAddress
Returns the out email address of this message boards mailing list.- Returns:
- the out email address of this message boards mailing list
-
setOutEmailAddress
Sets the out email address of this message boards mailing list.- Parameters:
outEmailAddress
- the out email address of this message boards mailing list
-
getOutCustom
boolean getOutCustom()Returns the out custom of this message boards mailing list.- Returns:
- the out custom of this message boards mailing list
-
isOutCustom
boolean isOutCustom()Returnstrue
if this message boards mailing list is out custom.- Returns:
true
if this message boards mailing list is out custom;false
otherwise
-
setOutCustom
void setOutCustom(boolean outCustom) Sets whether this message boards mailing list is out custom.- Parameters:
outCustom
- the out custom of this message boards mailing list
-
getOutServerName
Returns the out server name of this message boards mailing list.- Returns:
- the out server name of this message boards mailing list
-
setOutServerName
Sets the out server name of this message boards mailing list.- Parameters:
outServerName
- the out server name of this message boards mailing list
-
getOutServerPort
int getOutServerPort()Returns the out server port of this message boards mailing list.- Returns:
- the out server port of this message boards mailing list
-
setOutServerPort
void setOutServerPort(int outServerPort) Sets the out server port of this message boards mailing list.- Parameters:
outServerPort
- the out server port of this message boards mailing list
-
getOutUseSSL
boolean getOutUseSSL()Returns the out use ssl of this message boards mailing list.- Returns:
- the out use ssl of this message boards mailing list
-
isOutUseSSL
boolean isOutUseSSL()Returnstrue
if this message boards mailing list is out use ssl.- Returns:
true
if this message boards mailing list is out use ssl;false
otherwise
-
setOutUseSSL
void setOutUseSSL(boolean outUseSSL) Sets whether this message boards mailing list is out use ssl.- Parameters:
outUseSSL
- the out use ssl of this message boards mailing list
-
getOutUserName
Returns the out user name of this message boards mailing list.- Returns:
- the out user name of this message boards mailing list
-
setOutUserName
Sets the out user name of this message boards mailing list.- Parameters:
outUserName
- the out user name of this message boards mailing list
-
getOutPassword
Returns the out password of this message boards mailing list.- Returns:
- the out password of this message boards mailing list
-
setOutPassword
Sets the out password of this message boards mailing list.- Parameters:
outPassword
- the out password of this message boards mailing list
-
getAllowAnonymous
boolean getAllowAnonymous()Returns the allow anonymous of this message boards mailing list.- Returns:
- the allow anonymous of this message boards mailing list
-
isAllowAnonymous
boolean isAllowAnonymous()Returnstrue
if this message boards mailing list is allow anonymous.- Returns:
true
if this message boards mailing list is allow anonymous;false
otherwise
-
setAllowAnonymous
void setAllowAnonymous(boolean allowAnonymous) Sets whether this message boards mailing list is allow anonymous.- Parameters:
allowAnonymous
- the allow anonymous of this message boards mailing list
-
getActive
boolean getActive()Returns the active of this message boards mailing list.- Returns:
- the active of this message boards mailing list
-
isActive
boolean isActive()Returnstrue
if this message boards mailing list is active.- Returns:
true
if this message boards mailing list is active;false
otherwise
-
setActive
void setActive(boolean active) Sets whether this message boards mailing list is active.- Parameters:
active
- the active of this message boards mailing list
-
cloneWithOriginalValues
MBMailingList cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<MBMailingList>
-
toXmlString
-