com.liferay.portlet.messageboards.model
Interface MBMailingListModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
MBMailingList

public interface MBMailingListModel
extends BaseModel

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

Method Summary
 boolean getActive()
           
 long getCategoryId()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getEmailAddress()
           
 long getGroupId()
           
 java.lang.String getInPassword()
           
 java.lang.String getInProtocol()
           
 int getInReadInterval()
           
 java.lang.String getInServerName()
           
 int getInServerPort()
           
 java.lang.String getInUserName()
           
 boolean getInUseSSL()
           
 long getMailingListId()
           
 java.util.Date getModifiedDate()
           
 boolean getOutCustom()
           
 java.lang.String getOutEmailAddress()
           
 java.lang.String getOutPassword()
           
 java.lang.String getOutServerName()
           
 int getOutServerPort()
           
 java.lang.String getOutUserName()
           
 boolean getOutUseSSL()
           
 long getPrimaryKey()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUuid()
           
 boolean isActive()
           
 boolean isInUseSSL()
           
 boolean isOutCustom()
           
 boolean isOutUseSSL()
           
 void setActive(boolean active)
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEmailAddress(java.lang.String emailAddress)
           
 void setGroupId(long groupId)
           
 void setInPassword(java.lang.String inPassword)
           
 void setInProtocol(java.lang.String inProtocol)
           
 void setInReadInterval(int inReadInterval)
           
 void setInServerName(java.lang.String inServerName)
           
 void setInServerPort(int inServerPort)
           
 void setInUserName(java.lang.String inUserName)
           
 void setInUseSSL(boolean inUseSSL)
           
 void setMailingListId(long mailingListId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setOutCustom(boolean outCustom)
           
 void setOutEmailAddress(java.lang.String outEmailAddress)
           
 void setOutPassword(java.lang.String outPassword)
           
 void setOutServerName(java.lang.String outServerName)
           
 void setOutServerPort(int outServerPort)
           
 void setOutUserName(java.lang.String outUserName)
           
 void setOutUseSSL(boolean outUseSSL)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUuid(java.lang.String uuid)
           
 MBMailingList 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
 

Method Detail

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)

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()