Liferay 7.0-ga1 portal-impl

com.liferay.portal.model.impl
Class ContactCacheModel

java.lang.Object
  extended by 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

@ProviderType
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.

See Also:
Contact, Serialized Form
{$generated.description}

Field Summary
 long accountId
           
 long birthday
           
 long classNameId
           
 long classPK
           
 long companyId
           
 long contactId
           
 long createDate
           
 String emailAddress
           
 String employeeNumber
           
 String employeeStatusId
           
 String facebookSn
           
 String firstName
           
 String hoursOfOperation
           
 String jabberSn
           
 String jobClass
           
 String jobTitle
           
 String lastName
           
 boolean male
           
 String middleName
           
 long modifiedDate
           
 long mvccVersion
           
 long parentContactId
           
 long prefixId
           
 String skypeSn
           
 String smsSn
           
 long suffixId
           
 String twitterSn
           
 long userId
           
 String userName
           
 
Constructor Summary
ContactCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 long getMvccVersion()
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 void setMvccVersion(long mvccVersion)
           
 com.liferay.portal.kernel.model.Contact toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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

accountId

public long accountId

parentContactId

public long parentContactId

emailAddress

public String emailAddress

firstName

public String firstName

middleName

public String middleName

lastName

public String lastName

prefixId

public long prefixId

suffixId

public long suffixId

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 Detail

ContactCacheModel

public ContactCacheModel()
Method Detail

equals

public boolean equals(Object obj)
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

Liferay 7.0-ga1 portal-impl