com.liferay.portal.model.impl
Class PhoneCacheModel
java.lang.Object
com.liferay.portal.model.impl.PhoneCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.Phone>, java.io.Serializable
public class PhoneCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Phone>, java.io.Serializable
The cache model class for representing Phone in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
Phone,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
phoneId
public long phoneId
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
number
public java.lang.String number
extension
public java.lang.String extension
typeId
public int typeId
primary
public boolean primary
PhoneCacheModel
public PhoneCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.Phone toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Phone>