Class ContactCacheModel

Object
com.liferay.portal.model.impl.ContactCacheModel
All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Contact>, com.liferay.portal.kernel.model.MVCCModel, Externalizable, Serializable

public class ContactCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Contact>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
The cache model class for representing Contact in entity cache.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

    • mvccVersion

      public long mvccVersion
    • contactId

      public long contactId
    • 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
    • parentContactId

      public long parentContactId
    • emailAddress

      public String emailAddress
    • firstName

      public String firstName
    • middleName

      public String middleName
    • lastName

      public String lastName
    • prefixListTypeId

      public long prefixListTypeId
    • suffixListTypeId

      public long suffixListTypeId
    • male

      public boolean male
    • birthday

      public long birthday
    • smsSn

      public String smsSn
    • facebookSn

      public String facebookSn
    • jabberSn

      public String jabberSn
    • skypeSn

      public String skypeSn
    • twitterSn

      public String twitterSn
    • employeeStatusId

      public String employeeStatusId
    • employeeNumber

      public String employeeNumber
    • jobTitle

      public String jobTitle
    • jobClass

      public String jobClass
    • hoursOfOperation

      public String hoursOfOperation
  • Constructor Details

    • ContactCacheModel

      public ContactCacheModel()
  • 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.Contact toEntityModel()
      Specified by:
      toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Contact>
    • 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