Liferay 6.0.3

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

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

public class MBMailingListModelImpl
extends BaseModelImpl<MBMailingList>
implements MBMailingListModel

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

See Also:
MBMailingListImpl, MBMailingList, MBMailingListModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long LOCK_EXPIRATION_TIME
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
 
Constructor Summary
MBMailingListModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MBMailingList mbMailingList)
           
 boolean equals(Object obj)
           
 boolean getActive()
           
 long getCategoryId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getEmailAddress()
           
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getGroupId()
           
 String getInPassword()
           
 String getInProtocol()
           
 int getInReadInterval()
           
 String getInServerName()
           
 int getInServerPort()
           
 String getInUserName()
           
 boolean getInUseSSL()
           
 long getMailingListId()
           
 Date getModifiedDate()
           
 long getOriginalCategoryId()
           
 long getOriginalGroupId()
           
 String getOriginalUuid()
           
 boolean getOutCustom()
           
 String getOutEmailAddress()
           
 String getOutPassword()
           
 String getOutServerName()
           
 int getOutServerPort()
           
 String getOutUserName()
           
 boolean getOutUseSSL()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
          Gets the primary key for this model instance.
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 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(Date createDate)
           
 void setEmailAddress(String emailAddress)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
           
 void setInPassword(String inPassword)
           
 void setInProtocol(String inProtocol)
           
 void setInReadInterval(int inReadInterval)
           
 void setInServerName(String inServerName)
           
 void setInServerPort(int inServerPort)
           
 void setInUserName(String inUserName)
           
 void setInUseSSL(boolean inUseSSL)
           
 void setMailingListId(long mailingListId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setOutCustom(boolean outCustom)
           
 void setOutEmailAddress(String outEmailAddress)
           
 void setOutPassword(String outPassword)
           
 void setOutServerName(String outServerName)
           
 void setOutServerPort(int outServerPort)
           
 void setOutUserName(String outUserName)
           
 void setOutUseSSL(boolean outUseSSL)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 MBMailingList toEscapedModel()
           
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
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
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMailingListModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final 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

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface MBMailingListModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface MBMailingListModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key for this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<MBMailingList>
Specified by:
getPrimaryKeyObj in interface MBMailingListModel
Returns:
the primary key

getUuid

public String getUuid()
Specified by:
getUuid in interface MBMailingListModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface MBMailingListModel

getOriginalUuid

public String getOriginalUuid()

getMailingListId

public long getMailingListId()
Specified by:
getMailingListId in interface MBMailingListModel

setMailingListId

public void setMailingListId(long mailingListId)
Specified by:
setMailingListId in interface MBMailingListModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface MBMailingListModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface MBMailingListModel

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface MBMailingListModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface MBMailingListModel

getUserId

public long getUserId()
Specified by:
getUserId in interface MBMailingListModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface MBMailingListModel

getUserUuid

public String getUserUuid()
                   throws SystemException
Specified by:
getUserUuid in interface MBMailingListModel
Throws:
SystemException

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface MBMailingListModel

getUserName

public String getUserName()
Specified by:
getUserName in interface MBMailingListModel

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface MBMailingListModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface MBMailingListModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface MBMailingListModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface MBMailingListModel

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface MBMailingListModel

getCategoryId

public long getCategoryId()
Specified by:
getCategoryId in interface MBMailingListModel

setCategoryId

public void setCategoryId(long categoryId)
Specified by:
setCategoryId in interface MBMailingListModel

getOriginalCategoryId

public long getOriginalCategoryId()

getEmailAddress

public String getEmailAddress()
Specified by:
getEmailAddress in interface MBMailingListModel

setEmailAddress

public void setEmailAddress(String emailAddress)
Specified by:
setEmailAddress in interface MBMailingListModel

getInProtocol

public String getInProtocol()
Specified by:
getInProtocol in interface MBMailingListModel

setInProtocol

public void setInProtocol(String inProtocol)
Specified by:
setInProtocol in interface MBMailingListModel

getInServerName

public String getInServerName()
Specified by:
getInServerName in interface MBMailingListModel

setInServerName

public void setInServerName(String inServerName)
Specified by:
setInServerName in interface MBMailingListModel

getInServerPort

public int getInServerPort()
Specified by:
getInServerPort in interface MBMailingListModel

setInServerPort

public void setInServerPort(int inServerPort)
Specified by:
setInServerPort in interface MBMailingListModel

getInUseSSL

public boolean getInUseSSL()
Specified by:
getInUseSSL in interface MBMailingListModel

isInUseSSL

public boolean isInUseSSL()
Specified by:
isInUseSSL in interface MBMailingListModel

setInUseSSL

public void setInUseSSL(boolean inUseSSL)
Specified by:
setInUseSSL in interface MBMailingListModel

getInUserName

public String getInUserName()
Specified by:
getInUserName in interface MBMailingListModel

setInUserName

public void setInUserName(String inUserName)
Specified by:
setInUserName in interface MBMailingListModel

getInPassword

public String getInPassword()
Specified by:
getInPassword in interface MBMailingListModel

setInPassword

public void setInPassword(String inPassword)
Specified by:
setInPassword in interface MBMailingListModel

getInReadInterval

public int getInReadInterval()
Specified by:
getInReadInterval in interface MBMailingListModel

setInReadInterval

public void setInReadInterval(int inReadInterval)
Specified by:
setInReadInterval in interface MBMailingListModel

getOutEmailAddress

public String getOutEmailAddress()
Specified by:
getOutEmailAddress in interface MBMailingListModel

setOutEmailAddress

public void setOutEmailAddress(String outEmailAddress)
Specified by:
setOutEmailAddress in interface MBMailingListModel

getOutCustom

public boolean getOutCustom()
Specified by:
getOutCustom in interface MBMailingListModel

isOutCustom

public boolean isOutCustom()
Specified by:
isOutCustom in interface MBMailingListModel

setOutCustom

public void setOutCustom(boolean outCustom)
Specified by:
setOutCustom in interface MBMailingListModel

getOutServerName

public String getOutServerName()
Specified by:
getOutServerName in interface MBMailingListModel

setOutServerName

public void setOutServerName(String outServerName)
Specified by:
setOutServerName in interface MBMailingListModel

getOutServerPort

public int getOutServerPort()
Specified by:
getOutServerPort in interface MBMailingListModel

setOutServerPort

public void setOutServerPort(int outServerPort)
Specified by:
setOutServerPort in interface MBMailingListModel

getOutUseSSL

public boolean getOutUseSSL()
Specified by:
getOutUseSSL in interface MBMailingListModel

isOutUseSSL

public boolean isOutUseSSL()
Specified by:
isOutUseSSL in interface MBMailingListModel

setOutUseSSL

public void setOutUseSSL(boolean outUseSSL)
Specified by:
setOutUseSSL in interface MBMailingListModel

getOutUserName

public String getOutUserName()
Specified by:
getOutUserName in interface MBMailingListModel

setOutUserName

public void setOutUserName(String outUserName)
Specified by:
setOutUserName in interface MBMailingListModel

getOutPassword

public String getOutPassword()
Specified by:
getOutPassword in interface MBMailingListModel

setOutPassword

public void setOutPassword(String outPassword)
Specified by:
setOutPassword in interface MBMailingListModel

getActive

public boolean getActive()
Specified by:
getActive in interface MBMailingListModel

isActive

public boolean isActive()
Specified by:
isActive in interface MBMailingListModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface MBMailingListModel

toEscapedModel

public MBMailingList toEscapedModel()
Specified by:
toEscapedModel in interface MBMailingListModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<MBMailingList>
Specified by:
getExpandoBridge in interface MBMailingListModel
Overrides:
getExpandoBridge in class BaseModelImpl<MBMailingList>
Returns:
the expando bridge

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>
Specified by:
setExpandoBridgeAttributes in interface MBMailingListModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<MBMailingList>
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<MBMailingList>
Specified by:
clone in interface MBMailingListModel
Specified by:
clone in class BaseModelImpl<MBMailingList>
Returns:
the clone

compareTo

public int compareTo(MBMailingList mbMailingList)
Specified by:
compareTo in interface MBMailingListModel
Specified by:
compareTo in interface Comparable<MBMailingList>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface MBMailingListModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface MBMailingListModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<MBMailingList>
Specified by:
toXmlString in interface MBMailingListModel
Returns:
the XML representation of this model instance

Liferay 6.0.3