@ProviderType public interface MBMailingListModel extends com.liferay.portal.kernel.model.BaseModel<MBMailingList>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
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
.
MBMailingList
,
com.liferay.message.boards.model.impl.MBMailingListImpl
,
com.liferay.message.boards.model.impl.MBMailingListModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(MBMailingList mbMailingList) |
boolean |
getActive()
Returns the active of this message boards mailing list.
|
boolean |
getAllowAnonymous()
Returns the allow anonymous of this message boards mailing list.
|
long |
getCategoryId()
Returns the category ID of this message boards mailing list.
|
long |
getCompanyId()
Returns the company ID of this message boards mailing list.
|
java.util.Date |
getCreateDate()
Returns the create date of this message boards mailing list.
|
java.lang.String |
getEmailAddress()
Returns the email address of this message boards mailing list.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this message boards mailing list.
|
java.lang.String |
getInPassword()
Returns the in password of this message boards mailing list.
|
java.lang.String |
getInProtocol()
Returns the in protocol of this message boards mailing list.
|
int |
getInReadInterval()
Returns the in read interval of this message boards mailing list.
|
java.lang.String |
getInServerName()
Returns the in server name of this message boards mailing list.
|
int |
getInServerPort()
Returns the in server port of this message boards mailing list.
|
java.lang.String |
getInUserName()
Returns the in user name of this message boards mailing list.
|
boolean |
getInUseSSL()
Returns the in use ssl of this message boards mailing list.
|
long |
getMailingListId()
Returns the mailing list ID of this message boards mailing list.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this message boards mailing list.
|
boolean |
getOutCustom()
Returns the out custom of this message boards mailing list.
|
java.lang.String |
getOutEmailAddress()
Returns the out email address of this message boards mailing list.
|
java.lang.String |
getOutPassword()
Returns the out password of this message boards mailing list.
|
java.lang.String |
getOutServerName()
Returns the out server name of this message boards mailing list.
|
int |
getOutServerPort()
Returns the out server port of this message boards mailing list.
|
java.lang.String |
getOutUserName()
Returns the out user name of this message boards mailing list.
|
boolean |
getOutUseSSL()
Returns the out use ssl of this message boards mailing list.
|
long |
getPrimaryKey()
Returns the primary key of this message boards mailing list.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getUserId()
Returns the user ID of this message boards mailing list.
|
java.lang.String |
getUserName()
Returns the user name of this message boards mailing list.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards mailing list.
|
java.lang.String |
getUuid()
Returns the uuid of this message boards mailing list.
|
int |
hashCode() |
boolean |
isActive()
Returns
true if this message boards mailing list is active. |
boolean |
isAllowAnonymous()
Returns
true if this message boards mailing list is allow anonymous. |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isInUseSSL()
Returns
true if this message boards mailing list is in use ssl. |
boolean |
isNew() |
boolean |
isOutCustom()
Returns
true if this message boards mailing list is out custom. |
boolean |
isOutUseSSL()
Returns
true 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 |
setCachedModel(boolean cachedModel) |
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(java.util.Date createDate)
Sets the create date of this message boards mailing list.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the email address of this message boards mailing list.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this message boards mailing list.
|
void |
setInPassword(java.lang.String inPassword)
Sets the in password of this message boards mailing list.
|
void |
setInProtocol(java.lang.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(java.lang.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(java.lang.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(java.util.Date modifiedDate)
Sets the modified date of this message boards mailing list.
|
void |
setNew(boolean n) |
void |
setOutCustom(boolean outCustom)
Sets whether this message boards mailing list is out custom.
|
void |
setOutEmailAddress(java.lang.String outEmailAddress)
Sets the out email address of this message boards mailing list.
|
void |
setOutPassword(java.lang.String outPassword)
Sets the out password of this message boards mailing list.
|
void |
setOutServerName(java.lang.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(java.lang.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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this message boards mailing list.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this message boards mailing list.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards mailing list.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this message boards mailing list.
|
com.liferay.portal.kernel.model.CacheModel<MBMailingList> |
toCacheModel() |
MBMailingList |
toEscapedModel() |
java.lang.String |
toString() |
MBMailingList |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this message boards mailing list@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this message boards mailing listlong getMailingListId()
void setMailingListId(long mailingListId)
mailingListId
- the mailing list ID of this message boards mailing listlong getGroupId()
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this message boards mailing listlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this message boards mailing listlong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this message boards mailing listjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this message boards mailing list@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this message boards mailing listjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this message boards mailing listjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this message boards mailing listlong getCategoryId()
void setCategoryId(long categoryId)
categoryId
- the category ID of this message boards mailing list@AutoEscape java.lang.String getEmailAddress()
void setEmailAddress(java.lang.String emailAddress)
emailAddress
- the email address of this message boards mailing list@AutoEscape java.lang.String getInProtocol()
void setInProtocol(java.lang.String inProtocol)
inProtocol
- the in protocol of this message boards mailing list@AutoEscape java.lang.String getInServerName()
void setInServerName(java.lang.String inServerName)
inServerName
- the in server name of this message boards mailing listint getInServerPort()
void setInServerPort(int inServerPort)
inServerPort
- the in server port of this message boards mailing listboolean getInUseSSL()
boolean isInUseSSL()
true
if this message boards mailing list is in use ssl.true
if this message boards mailing list is in use ssl; false
otherwisevoid setInUseSSL(boolean inUseSSL)
inUseSSL
- the in use ssl of this message boards mailing list@AutoEscape java.lang.String getInUserName()
void setInUserName(java.lang.String inUserName)
inUserName
- the in user name of this message boards mailing list@AutoEscape java.lang.String getInPassword()
void setInPassword(java.lang.String inPassword)
inPassword
- the in password of this message boards mailing listint getInReadInterval()
void setInReadInterval(int inReadInterval)
inReadInterval
- the in read interval of this message boards mailing list@AutoEscape java.lang.String getOutEmailAddress()
void setOutEmailAddress(java.lang.String outEmailAddress)
outEmailAddress
- the out email address of this message boards mailing listboolean getOutCustom()
boolean isOutCustom()
true
if this message boards mailing list is out custom.true
if this message boards mailing list is out custom; false
otherwisevoid setOutCustom(boolean outCustom)
outCustom
- the out custom of this message boards mailing list@AutoEscape java.lang.String getOutServerName()
void setOutServerName(java.lang.String outServerName)
outServerName
- the out server name of this message boards mailing listint getOutServerPort()
void setOutServerPort(int outServerPort)
outServerPort
- the out server port of this message boards mailing listboolean getOutUseSSL()
boolean isOutUseSSL()
true
if this message boards mailing list is out use ssl.true
if this message boards mailing list is out use ssl; false
otherwisevoid setOutUseSSL(boolean outUseSSL)
outUseSSL
- the out use ssl of this message boards mailing list@AutoEscape java.lang.String getOutUserName()
void setOutUserName(java.lang.String outUserName)
outUserName
- the out user name of this message boards mailing list@AutoEscape java.lang.String getOutPassword()
void setOutPassword(java.lang.String outPassword)
outPassword
- the out password of this message boards mailing listboolean getAllowAnonymous()
boolean isAllowAnonymous()
true
if this message boards mailing list is allow anonymous.true
if this message boards mailing list is allow anonymous; false
otherwisevoid setAllowAnonymous(boolean allowAnonymous)
allowAnonymous
- the allow anonymous of this message boards mailing listboolean getActive()
boolean isActive()
true
if this message boards mailing list is active.true
if this message boards mailing list is active; false
otherwisevoid setActive(boolean active)
active
- the active of this message boards mailing listboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
clone
in interface com.liferay.portal.kernel.model.StagedModel
int compareTo(MBMailingList mbMailingList)
compareTo
in interface java.lang.Comparable<MBMailingList>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<MBMailingList> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
MBMailingList toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
MBMailingList toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>