com.liferay.portlet.messageboards.model
Interface MBMailingListModel
- All Superinterfaces:
- BaseModel<MBMailingList>, java.lang.Cloneable, java.lang.Comparable<MBMailingList>, java.io.Serializable
- All Known Subinterfaces:
- MBMailingList
- All Known Implementing Classes:
- MBMailingListWrapper
public interface MBMailingListModel
- extends BaseModel<MBMailingList>
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.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMailingList
,
com.liferay.portlet.messageboards.model.impl.MBMailingListImpl
,
com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getUuid
java.lang.String getUuid()
setUuid
void setUuid(java.lang.String uuid)
getMailingListId
long getMailingListId()
setMailingListId
void setMailingListId(long mailingListId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getUserName
java.lang.String getUserName()
setUserName
void setUserName(java.lang.String userName)
getCreateDate
java.util.Date getCreateDate()
setCreateDate
void setCreateDate(java.util.Date createDate)
getModifiedDate
java.util.Date getModifiedDate()
setModifiedDate
void setModifiedDate(java.util.Date modifiedDate)
getCategoryId
long getCategoryId()
setCategoryId
void setCategoryId(long categoryId)
getEmailAddress
java.lang.String getEmailAddress()
setEmailAddress
void setEmailAddress(java.lang.String emailAddress)
getInProtocol
java.lang.String getInProtocol()
setInProtocol
void setInProtocol(java.lang.String inProtocol)
getInServerName
java.lang.String getInServerName()
setInServerName
void setInServerName(java.lang.String inServerName)
getInServerPort
int getInServerPort()
setInServerPort
void setInServerPort(int inServerPort)
getInUseSSL
boolean getInUseSSL()
isInUseSSL
boolean isInUseSSL()
setInUseSSL
void setInUseSSL(boolean inUseSSL)
getInUserName
java.lang.String getInUserName()
setInUserName
void setInUserName(java.lang.String inUserName)
getInPassword
java.lang.String getInPassword()
setInPassword
void setInPassword(java.lang.String inPassword)
getInReadInterval
int getInReadInterval()
setInReadInterval
void setInReadInterval(int inReadInterval)
getOutEmailAddress
java.lang.String getOutEmailAddress()
setOutEmailAddress
void setOutEmailAddress(java.lang.String outEmailAddress)
getOutCustom
boolean getOutCustom()
isOutCustom
boolean isOutCustom()
setOutCustom
void setOutCustom(boolean outCustom)
getOutServerName
java.lang.String getOutServerName()
setOutServerName
void setOutServerName(java.lang.String outServerName)
getOutServerPort
int getOutServerPort()
setOutServerPort
void setOutServerPort(int outServerPort)
getOutUseSSL
boolean getOutUseSSL()
isOutUseSSL
boolean isOutUseSSL()
setOutUseSSL
void setOutUseSSL(boolean outUseSSL)
getOutUserName
java.lang.String getOutUserName()
setOutUserName
void setOutUserName(java.lang.String outUserName)
getOutPassword
java.lang.String getOutPassword()
setOutPassword
void setOutPassword(java.lang.String outPassword)
getActive
boolean getActive()
isActive
boolean isActive()
setActive
void setActive(boolean active)
toEscapedModel
MBMailingList toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew
in interface BaseModel<MBMailingList>
setNew
boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<MBMailingList>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<MBMailingList>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<MBMailingList>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<MBMailingList>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<MBMailingList>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<MBMailingList>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<MBMailingList>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<MBMailingList>
clone
java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<MBMailingList>
compareTo
int compareTo(MBMailingList mbMailingList)
- Specified by:
compareTo
in interface java.lang.Comparable<MBMailingList>
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<MBMailingList>