JavaScript is disabled on your browser.
Object
com.liferay.portal.model.impl.AddressCacheModel
All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Address>
, com.liferay.portal.kernel.model.MVCCModel
, Externalizable
, Serializable
public class AddressCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Address>, Externalizable , com.liferay.portal.kernel.model.MVCCModel
The cache model class for representing Address in entity cache.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
Field Summary
Fields
long
long
long
long
long
long
long
double
long
double
boolean
long
long
boolean
long
long
long
int
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
boolean
long
int
void
void
com.liferay.portal.kernel.model.Address
void
Field Details
mvccVersion
public long mvccVersion
ctCollectionId
public long ctCollectionId
externalReferenceCode
public String externalReferenceCode
addressId
public long addressId
companyId
public long companyId
userId
public long userId
createDate
public long createDate
modifiedDate
public long modifiedDate
classNameId
public long classNameId
classPK
public long classPK
countryId
public long countryId
listTypeId
public long listTypeId
regionId
public long regionId
latitude
public double latitude
longitude
public double longitude
mailing
public boolean mailing
primary
public boolean primary
validationDate
public long validationDate
validationStatus
public int validationStatus
Constructor Details
AddressCacheModel
public AddressCacheModel ()
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.Address toEntityModel ()
Specified by:
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Address>