com.liferay.portal.model.impl
Class AddressCacheModel
java.lang.Object
com.liferay.portal.model.impl.AddressCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.Address>, java.io.Serializable
public class AddressCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Address>, java.io.Serializable
The cache model class for representing Address in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
Address,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
addressId
public long addressId
companyId
public long companyId
userId
public long userId
userName
public java.lang.String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
classNameId
public long classNameId
classPK
public long classPK
street1
public java.lang.String street1
street2
public java.lang.String street2
street3
public java.lang.String street3
city
public java.lang.String city
zip
public java.lang.String zip
regionId
public long regionId
countryId
public long countryId
typeId
public int typeId
mailing
public boolean mailing
primary
public boolean primary
AddressCacheModel
public AddressCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.Address toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Address>