Class AddressCacheModel

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 Details

    • mvccVersion

      public long mvccVersion
    • ctCollectionId

      public long ctCollectionId
    • uuid

      public String uuid
    • externalReferenceCode

      public String externalReferenceCode
    • addressId

      public long addressId
    • companyId

      public long companyId
    • userId

      public long userId
    • userName

      public String userName
    • 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
    • city

      public String city
    • description

      public String description
    • latitude

      public double latitude
    • longitude

      public double longitude
    • mailing

      public boolean mailing
    • name

      public String name
    • primary

      public boolean primary
    • street1

      public String street1
    • street2

      public String street2
    • street3

      public String street3
    • validationDate

      public long validationDate
    • validationStatus

      public int validationStatus
    • zip

      public String zip
  • Constructor Details

    • AddressCacheModel

      public AddressCacheModel()
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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>
    • readExternal

      public void readExternal(ObjectInput objectInput) throws IOException
      Specified by:
      readExternal in interface Externalizable
      Throws:
      IOException
    • writeExternal

      public void writeExternal(ObjectOutput objectOutput) throws IOException
      Specified by:
      writeExternal in interface Externalizable
      Throws:
      IOException