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.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.messageboards.model.MBMailingList>
Direct Known Subclasses:
MBMailingListImpl

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

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a model that represents the MBMailingList table in the database.

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

Field Summary
static java.lang.String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
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
           
 
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()
           
 long getCategoryId()
           
 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.util.Date getModifiedDate()
           
 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 getUuid()
           
 int hashCode()
           
 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)
           
 com.liferay.portlet.messageboards.model.MBMailingList toEscapedModel()
           
static com.liferay.portlet.messageboards.model.MBMailingList toModel(com.liferay.portlet.messageboards.model.MBMailingListSoap soapModel)
           
static java.util.List<com.liferay.portlet.messageboards.model.MBMailingList> toModels(com.liferay.portlet.messageboards.model.MBMailingListSoap[] soapModels)
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

MBMailingListModelImpl

public MBMailingListModelImpl()
Method Detail

toModel

public static com.liferay.portlet.messageboards.model.MBMailingList toModel(com.liferay.portlet.messageboards.model.MBMailingListSoap soapModel)

toModels

public static java.util.List<com.liferay.portlet.messageboards.model.MBMailingList> toModels(com.liferay.portlet.messageboards.model.MBMailingListSoap[] soapModels)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()

getUuid

public java.lang.String getUuid()

setUuid

public void setUuid(java.lang.String uuid)

getOriginalUuid

public java.lang.String getOriginalUuid()

getMailingListId

public long getMailingListId()

setMailingListId

public void setMailingListId(long mailingListId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getModifiedDate

public java.util.Date getModifiedDate()

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)

getCategoryId

public long getCategoryId()

setCategoryId

public void setCategoryId(long categoryId)

getOriginalCategoryId

public long getOriginalCategoryId()

getEmailAddress

public java.lang.String getEmailAddress()

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)

getInProtocol

public java.lang.String getInProtocol()

setInProtocol

public void setInProtocol(java.lang.String inProtocol)

getInServerName

public java.lang.String getInServerName()

setInServerName

public void setInServerName(java.lang.String inServerName)

getInServerPort

public int getInServerPort()

setInServerPort

public void setInServerPort(int inServerPort)

getInUseSSL

public boolean getInUseSSL()

isInUseSSL

public boolean isInUseSSL()

setInUseSSL

public void setInUseSSL(boolean inUseSSL)

getInUserName

public java.lang.String getInUserName()

setInUserName

public void setInUserName(java.lang.String inUserName)

getInPassword

public java.lang.String getInPassword()

setInPassword

public void setInPassword(java.lang.String inPassword)

getInReadInterval

public int getInReadInterval()

setInReadInterval

public void setInReadInterval(int inReadInterval)

getOutEmailAddress

public java.lang.String getOutEmailAddress()

setOutEmailAddress

public void setOutEmailAddress(java.lang.String outEmailAddress)

getOutCustom

public boolean getOutCustom()

isOutCustom

public boolean isOutCustom()

setOutCustom

public void setOutCustom(boolean outCustom)

getOutServerName

public java.lang.String getOutServerName()

setOutServerName

public void setOutServerName(java.lang.String outServerName)

getOutServerPort

public int getOutServerPort()

setOutServerPort

public void setOutServerPort(int outServerPort)

getOutUseSSL

public boolean getOutUseSSL()

isOutUseSSL

public boolean isOutUseSSL()

setOutUseSSL

public void setOutUseSSL(boolean outUseSSL)

getOutUserName

public java.lang.String getOutUserName()

setOutUserName

public void setOutUserName(java.lang.String outUserName)

getOutPassword

public java.lang.String getOutPassword()

setOutPassword

public void setOutPassword(java.lang.String outPassword)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

toEscapedModel

public com.liferay.portlet.messageboards.model.MBMailingList toEscapedModel()

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>
Overrides:
getExpandoBridge 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 class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>

compareTo

public int compareTo(com.liferay.portlet.messageboards.model.MBMailingList mbMailingList)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()