Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ContactCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.ContactCacheModel
All Implemented Interfaces:
CacheModel<Contact>, Externalizable, Serializable

public class ContactCacheModel
extends Object
implements CacheModel<Contact>, Externalizable

The cache model class for representing Contact in entity cache.

See Also:
Contact, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long accountId
           
 String aimSn
           
 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 icqSn
           
 String jabberSn
           
 String jobClass
           
 String jobTitle
           
 String lastName
           
 boolean male
           
 String middleName
           
 long modifiedDate
           
 String msnSn
           
 String mySpaceSn
           
 long parentContactId
           
 int prefixId
           
 String skypeSn
           
 String smsSn
           
 int suffixId
           
 String twitterSn
           
 long userId
           
 String userName
           
 String ymSn
           
 
Constructor Summary
ContactCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 Contact toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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 int prefixId

suffixId

public int suffixId

male

public boolean male

birthday

public long birthday

smsSn

public String smsSn

aimSn

public String aimSn

facebookSn

public String facebookSn

icqSn

public String icqSn

jabberSn

public String jabberSn

msnSn

public String msnSn

mySpaceSn

public String mySpaceSn

skypeSn

public String skypeSn

twitterSn

public String twitterSn

ymSn

public String ymSn

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

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public Contact toEntityModel()
Specified by:
toEntityModel in interface CacheModel<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 6.2-ce-ga5