|
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<EmailAddress>
com.liferay.portal.model.impl.EmailAddressModelImpl
public class EmailAddressModelImpl
This interface is a model that represents the EmailAddress table in the database.
EmailAddressImpl,
EmailAddress,
EmailAddressModel,
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 |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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 | |
|---|---|
EmailAddressModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(EmailAddress emailAddress)
|
boolean |
equals(Object obj)
|
String |
getAddress()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
long |
getEmailAddressId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
boolean |
getPrimary()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getTypeId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
boolean |
isPrimary()
|
void |
setAddress(String address)
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEmailAddressId(long emailAddressId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimary(boolean primary)
|
void |
setPrimaryKey(long pk)
|
void |
setTypeId(int typeId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
EmailAddress |
toEscapedModel()
|
static EmailAddress |
toModel(EmailAddressSoap soapModel)
|
static List<EmailAddress> |
toModels(EmailAddressSoap[] soapModels)
|
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.portal.model.EmailAddressModel |
|---|
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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 EmailAddressModelImpl()
| Method Detail |
|---|
public static EmailAddress toModel(EmailAddressSoap soapModel)
public static List<EmailAddress> toModels(EmailAddressSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface EmailAddressModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface EmailAddressModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<EmailAddress>getPrimaryKeyObj in interface EmailAddressModelpublic long getEmailAddressId()
getEmailAddressId in interface EmailAddressModelpublic void setEmailAddressId(long emailAddressId)
setEmailAddressId in interface EmailAddressModelpublic long getCompanyId()
getCompanyId in interface EmailAddressModelpublic void setCompanyId(long companyId)
setCompanyId in interface EmailAddressModelpublic long getUserId()
getUserId in interface EmailAddressModelpublic void setUserId(long userId)
setUserId in interface EmailAddressModel
public String getUserUuid()
throws SystemException
getUserUuid in interface EmailAddressModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface EmailAddressModelpublic String getUserName()
getUserName in interface EmailAddressModelpublic void setUserName(String userName)
setUserName in interface EmailAddressModelpublic Date getCreateDate()
getCreateDate in interface EmailAddressModelpublic void setCreateDate(Date createDate)
setCreateDate in interface EmailAddressModelpublic Date getModifiedDate()
getModifiedDate in interface EmailAddressModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface EmailAddressModelpublic String getClassName()
getClassName in interface EmailAddressModelpublic long getClassNameId()
getClassNameId in interface EmailAddressModelpublic void setClassNameId(long classNameId)
setClassNameId in interface EmailAddressModelpublic long getClassPK()
getClassPK in interface EmailAddressModelpublic void setClassPK(long classPK)
setClassPK in interface EmailAddressModelpublic String getAddress()
getAddress in interface EmailAddressModelpublic void setAddress(String address)
setAddress in interface EmailAddressModelpublic int getTypeId()
getTypeId in interface EmailAddressModelpublic void setTypeId(int typeId)
setTypeId in interface EmailAddressModelpublic boolean getPrimary()
getPrimary in interface EmailAddressModelpublic boolean isPrimary()
isPrimary in interface EmailAddressModelpublic void setPrimary(boolean primary)
setPrimary in interface EmailAddressModelpublic EmailAddress toEscapedModel()
toEscapedModel in interface EmailAddressModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<EmailAddress>getExpandoBridge in interface EmailAddressModelgetExpandoBridge in class BaseModelImpl<EmailAddress>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<EmailAddress>setExpandoBridgeAttributes in interface EmailAddressModelsetExpandoBridgeAttributes in class BaseModelImpl<EmailAddress>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<EmailAddress>clone in interface EmailAddressModelclone in class BaseModelImpl<EmailAddress>public int compareTo(EmailAddress emailAddress)
compareTo in interface EmailAddressModelcompareTo in interface Comparable<EmailAddress>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface EmailAddressModelhashCode in class Objectpublic String toString()
toString in interface EmailAddressModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<EmailAddress>toXmlString in interface EmailAddressModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||