com.liferay.portlet.messageboards.model.impl
Class MBMailingListModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>
      extended by com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portlet.messageboards.model.MBMailingListModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.messageboards.model.MBMailingList>
Direct Known Subclasses:
MBMailingListBaseImpl

public class MBMailingListModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>
implements com.liferay.portlet.messageboards.model.MBMailingListModel

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

This implementation and its corresponding interface MBMailingListModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBMailingListImpl.

Author:
Brian Wing Shun Chan
See Also:
MBMailingListImpl, MBMailingList, MBMailingListModel, Serialized Form
Generated:

Field Summary
static long ACTIVE_COLUMN_BITMASK
           
static long CATEGORYID_COLUMN_BITMASK
           
static boolean COLUMN_BITMASK_ENABLED
           
static java.lang.String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long GROUPID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static java.lang.String SESSION_FACTORY
           
static java.lang.Object[][] TABLE_COLUMNS
           
static java.lang.String TABLE_NAME
           
static java.lang.String TABLE_SQL_CREATE
           
static java.lang.String TABLE_SQL_DROP
           
static java.lang.String TX_MANAGER
           
static long UUID_COLUMN_BITMASK
           
 
Constructor Summary
MBMailingListModelImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(com.liferay.portlet.messageboards.model.MBMailingList mbMailingList)
           
 boolean equals(java.lang.Object obj)
           
 boolean getActive()
           
 boolean getAllowAnonymous()
           
 long getCategoryId()
           
 long getColumnBitmask()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getEmailAddress()
           
 com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
           
 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.lang.Class<?> getModelClass()
           
 java.lang.String getModelClassName()
           
 java.util.Date getModifiedDate()
           
 boolean getOriginalActive()
           
 long getOriginalCategoryId()
           
 long getOriginalGroupId()
           
 java.lang.String getOriginalUuid()
           
 boolean getOutCustom()
           
 java.lang.String getOutEmailAddress()
           
 java.lang.String getOutPassword()
           
 java.lang.String getOutServerName()
           
 int getOutServerPort()
           
 java.lang.String getOutUserName()
           
 boolean getOutUseSSL()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 int hashCode()
           
 boolean isActive()
           
 boolean isAllowAnonymous()
           
 boolean isInUseSSL()
           
 boolean isOutCustom()
           
 boolean isOutUseSSL()
           
 void resetOriginalValues()
           
 void setActive(boolean active)
           
 void setAllowAnonymous(boolean allowAnonymous)
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEmailAddress(java.lang.String emailAddress)
           
 void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
           
 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 primaryKey)
           
 void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBMailingList> toCacheModel()
           
 com.liferay.portlet.messageboards.model.MBMailingList toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMailingListModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final java.lang.Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final java.lang.String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final java.lang.String TABLE_SQL_DROP
See Also:
Constant Field Values

DATA_SOURCE

public static final java.lang.String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final java.lang.String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final java.lang.String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

ACTIVE_COLUMN_BITMASK

public static long ACTIVE_COLUMN_BITMASK

CATEGORYID_COLUMN_BITMASK

public static long CATEGORYID_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

MBMailingListModelImpl

public MBMailingListModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setPrimaryKeyObj

public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getModelClass

public java.lang.Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel

getModelClassName

public java.lang.String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel

getUuid

public java.lang.String getUuid()
Specified by:
getUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOriginalUuid

public java.lang.String getOriginalUuid()

getMailingListId

public long getMailingListId()
Specified by:
getMailingListId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setMailingListId

public void setMailingListId(long mailingListId)
Specified by:
setMailingListId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface com.liferay.portal.model.GroupedModel
Specified by:
getGroupId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface com.liferay.portal.model.GroupedModel
Specified by:
setGroupId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.portal.model.AuditedModel
Specified by:
getCompanyId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.portal.model.AuditedModel
Specified by:
setCompanyId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getUserId

public long getUserId()
Specified by:
getUserId in interface com.liferay.portal.model.AuditedModel
Specified by:
getUserId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface com.liferay.portal.model.AuditedModel
Specified by:
setUserId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface com.liferay.portal.model.AuditedModel
Specified by:
getUserUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portal.model.AuditedModel
Specified by:
setUserUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface com.liferay.portal.model.AuditedModel
Specified by:
getUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface com.liferay.portal.model.AuditedModel
Specified by:
setUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface com.liferay.portal.model.AuditedModel
Specified by:
getCreateDate in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface com.liferay.portal.model.AuditedModel
Specified by:
setCreateDate in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface com.liferay.portal.model.AuditedModel
Specified by:
getModifiedDate in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface com.liferay.portal.model.AuditedModel
Specified by:
setModifiedDate in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getCategoryId

public long getCategoryId()
Specified by:
getCategoryId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setCategoryId

public void setCategoryId(long categoryId)
Specified by:
setCategoryId in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOriginalCategoryId

public long getOriginalCategoryId()

getEmailAddress

public java.lang.String getEmailAddress()
Specified by:
getEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Specified by:
setEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getInProtocol

public java.lang.String getInProtocol()
Specified by:
getInProtocol in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setInProtocol

public void setInProtocol(java.lang.String inProtocol)
Specified by:
setInProtocol in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getInServerName

public java.lang.String getInServerName()
Specified by:
getInServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setInServerName

public void setInServerName(java.lang.String inServerName)
Specified by:
setInServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getInServerPort

public int getInServerPort()
Specified by:
getInServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setInServerPort

public void setInServerPort(int inServerPort)
Specified by:
setInServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getInUseSSL

public boolean getInUseSSL()
Specified by:
getInUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModel

isInUseSSL

public boolean isInUseSSL()
Specified by:
isInUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setInUseSSL

public void setInUseSSL(boolean inUseSSL)
Specified by:
setInUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getInUserName

public java.lang.String getInUserName()
Specified by:
getInUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setInUserName

public void setInUserName(java.lang.String inUserName)
Specified by:
setInUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getInPassword

public java.lang.String getInPassword()
Specified by:
getInPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setInPassword

public void setInPassword(java.lang.String inPassword)
Specified by:
setInPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getInReadInterval

public int getInReadInterval()
Specified by:
getInReadInterval in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setInReadInterval

public void setInReadInterval(int inReadInterval)
Specified by:
setInReadInterval in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOutEmailAddress

public java.lang.String getOutEmailAddress()
Specified by:
getOutEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setOutEmailAddress

public void setOutEmailAddress(java.lang.String outEmailAddress)
Specified by:
setOutEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOutCustom

public boolean getOutCustom()
Specified by:
getOutCustom in interface com.liferay.portlet.messageboards.model.MBMailingListModel

isOutCustom

public boolean isOutCustom()
Specified by:
isOutCustom in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setOutCustom

public void setOutCustom(boolean outCustom)
Specified by:
setOutCustom in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOutServerName

public java.lang.String getOutServerName()
Specified by:
getOutServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setOutServerName

public void setOutServerName(java.lang.String outServerName)
Specified by:
setOutServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOutServerPort

public int getOutServerPort()
Specified by:
getOutServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setOutServerPort

public void setOutServerPort(int outServerPort)
Specified by:
setOutServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOutUseSSL

public boolean getOutUseSSL()
Specified by:
getOutUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModel

isOutUseSSL

public boolean isOutUseSSL()
Specified by:
isOutUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setOutUseSSL

public void setOutUseSSL(boolean outUseSSL)
Specified by:
setOutUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOutUserName

public java.lang.String getOutUserName()
Specified by:
getOutUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setOutUserName

public void setOutUserName(java.lang.String outUserName)
Specified by:
setOutUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOutPassword

public java.lang.String getOutPassword()
Specified by:
getOutPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setOutPassword

public void setOutPassword(java.lang.String outPassword)
Specified by:
setOutPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getAllowAnonymous

public boolean getAllowAnonymous()
Specified by:
getAllowAnonymous in interface com.liferay.portlet.messageboards.model.MBMailingListModel

isAllowAnonymous

public boolean isAllowAnonymous()
Specified by:
isAllowAnonymous in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setAllowAnonymous

public void setAllowAnonymous(boolean allowAnonymous)
Specified by:
setAllowAnonymous in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getActive

public boolean getActive()
Specified by:
getActive in interface com.liferay.portlet.messageboards.model.MBMailingListModel

isActive

public boolean isActive()
Specified by:
isActive in interface com.liferay.portlet.messageboards.model.MBMailingListModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface com.liferay.portlet.messageboards.model.MBMailingListModel

getOriginalActive

public boolean getOriginalActive()

getColumnBitmask

public long getColumnBitmask()

toEscapedModel

public com.liferay.portlet.messageboards.model.MBMailingList toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
toEscapedModel in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>

getExpandoBridge

public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel
Specified by:
getExpandoBridge in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>

clone

public java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
clone in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>

compareTo

public int compareTo(com.liferay.portlet.messageboards.model.MBMailingList mbMailingList)
Specified by:
compareTo in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portlet.messageboards.model.MBMailingList>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Overrides:
hashCode in class java.lang.Object

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>

toCacheModel

public com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBMailingList> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
toCacheModel in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>

toString

public java.lang.String toString()
Specified by:
toString in interface com.liferay.portlet.messageboards.model.MBMailingListModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>
Specified by:
toXmlString in interface com.liferay.portlet.messageboards.model.MBMailingListModel