|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<MBMailingList>
com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
public class MBMailingListModelImpl
This interface is a model that represents the MBMailingList table in the database.
MBMailingListImpl,
MBMailingList,
MBMailingListModel,
Serialized Form| 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 |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public MBMailingListModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface MBMailingListModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface MBMailingListModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBMailingList>getPrimaryKeyObj in interface MBMailingListModelpublic String getUuid()
getUuid in interface MBMailingListModelpublic void setUuid(String uuid)
setUuid in interface MBMailingListModelpublic String getOriginalUuid()
public long getMailingListId()
getMailingListId in interface MBMailingListModelpublic void setMailingListId(long mailingListId)
setMailingListId in interface MBMailingListModelpublic long getGroupId()
getGroupId in interface MBMailingListModelpublic void setGroupId(long groupId)
setGroupId in interface MBMailingListModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface MBMailingListModelpublic void setCompanyId(long companyId)
setCompanyId in interface MBMailingListModelpublic long getUserId()
getUserId in interface MBMailingListModelpublic void setUserId(long userId)
setUserId in interface MBMailingListModel
public String getUserUuid()
throws SystemException
getUserUuid in interface MBMailingListModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface MBMailingListModelpublic String getUserName()
getUserName in interface MBMailingListModelpublic void setUserName(String userName)
setUserName in interface MBMailingListModelpublic Date getCreateDate()
getCreateDate in interface MBMailingListModelpublic void setCreateDate(Date createDate)
setCreateDate in interface MBMailingListModelpublic Date getModifiedDate()
getModifiedDate in interface MBMailingListModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface MBMailingListModelpublic long getCategoryId()
getCategoryId in interface MBMailingListModelpublic void setCategoryId(long categoryId)
setCategoryId in interface MBMailingListModelpublic long getOriginalCategoryId()
public String getEmailAddress()
getEmailAddress in interface MBMailingListModelpublic void setEmailAddress(String emailAddress)
setEmailAddress in interface MBMailingListModelpublic String getInProtocol()
getInProtocol in interface MBMailingListModelpublic void setInProtocol(String inProtocol)
setInProtocol in interface MBMailingListModelpublic String getInServerName()
getInServerName in interface MBMailingListModelpublic void setInServerName(String inServerName)
setInServerName in interface MBMailingListModelpublic int getInServerPort()
getInServerPort in interface MBMailingListModelpublic void setInServerPort(int inServerPort)
setInServerPort in interface MBMailingListModelpublic boolean getInUseSSL()
getInUseSSL in interface MBMailingListModelpublic boolean isInUseSSL()
isInUseSSL in interface MBMailingListModelpublic void setInUseSSL(boolean inUseSSL)
setInUseSSL in interface MBMailingListModelpublic String getInUserName()
getInUserName in interface MBMailingListModelpublic void setInUserName(String inUserName)
setInUserName in interface MBMailingListModelpublic String getInPassword()
getInPassword in interface MBMailingListModelpublic void setInPassword(String inPassword)
setInPassword in interface MBMailingListModelpublic int getInReadInterval()
getInReadInterval in interface MBMailingListModelpublic void setInReadInterval(int inReadInterval)
setInReadInterval in interface MBMailingListModelpublic String getOutEmailAddress()
getOutEmailAddress in interface MBMailingListModelpublic void setOutEmailAddress(String outEmailAddress)
setOutEmailAddress in interface MBMailingListModelpublic boolean getOutCustom()
getOutCustom in interface MBMailingListModelpublic boolean isOutCustom()
isOutCustom in interface MBMailingListModelpublic void setOutCustom(boolean outCustom)
setOutCustom in interface MBMailingListModelpublic String getOutServerName()
getOutServerName in interface MBMailingListModelpublic void setOutServerName(String outServerName)
setOutServerName in interface MBMailingListModelpublic int getOutServerPort()
getOutServerPort in interface MBMailingListModelpublic void setOutServerPort(int outServerPort)
setOutServerPort in interface MBMailingListModelpublic boolean getOutUseSSL()
getOutUseSSL in interface MBMailingListModelpublic boolean isOutUseSSL()
isOutUseSSL in interface MBMailingListModelpublic void setOutUseSSL(boolean outUseSSL)
setOutUseSSL in interface MBMailingListModelpublic String getOutUserName()
getOutUserName in interface MBMailingListModelpublic void setOutUserName(String outUserName)
setOutUserName in interface MBMailingListModelpublic String getOutPassword()
getOutPassword in interface MBMailingListModelpublic void setOutPassword(String outPassword)
setOutPassword in interface MBMailingListModelpublic boolean getActive()
getActive in interface MBMailingListModelpublic boolean isActive()
isActive in interface MBMailingListModelpublic void setActive(boolean active)
setActive in interface MBMailingListModelpublic MBMailingList toEscapedModel()
toEscapedModel in interface MBMailingListModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBMailingList>getExpandoBridge in interface MBMailingListModelgetExpandoBridge in class BaseModelImpl<MBMailingList>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>setExpandoBridgeAttributes in interface MBMailingListModelsetExpandoBridgeAttributes in class BaseModelImpl<MBMailingList>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MBMailingList>clone in interface MBMailingListModelclone in class BaseModelImpl<MBMailingList>public int compareTo(MBMailingList mbMailingList)
compareTo in interface MBMailingListModelcompareTo in interface Comparable<MBMailingList>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBMailingListModelhashCode in class Objectpublic String toString()
toString in interface MBMailingListModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBMailingList>toXmlString in interface MBMailingListModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||