JavaScript is disabled on your browser.
Object
com.liferay.portal.model.impl.EmailAddressCacheModel
All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.EmailAddress>
, com.liferay.portal.kernel.model.MVCCModel
, Externalizable
, Serializable
public class EmailAddressCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.EmailAddress>, Externalizable , com.liferay.portal.kernel.model.MVCCModel
The cache model class for representing EmailAddress in entity cache.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
Field Summary
Fields
long
long
long
long
long
long
long
long
long
boolean
long
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
boolean
long
int
void
void
com.liferay.portal.kernel.model.EmailAddress
void
Field Details
mvccVersion
public long mvccVersion
ctCollectionId
public long ctCollectionId
externalReferenceCode
public String externalReferenceCode
emailAddressId
public long emailAddressId
companyId
public long companyId
userId
public long userId
createDate
public long createDate
modifiedDate
public long modifiedDate
classNameId
public long classNameId
classPK
public long classPK
listTypeId
public long listTypeId
primary
public boolean primary
Constructor Details
EmailAddressCacheModel
public EmailAddressCacheModel ()
Method Details
getMvccVersion
public long getMvccVersion ()
Specified by:
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
public void setMvccVersion (long mvccVersion)
Specified by:
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
toEntityModel
public com.liferay.portal.kernel.model.EmailAddress toEntityModel ()
Specified by:
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.EmailAddress>