com.liferay.portlet.announcements.model.impl
Class AnnouncementsDeliveryCacheModel
java.lang.Object
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.announcements.model.AnnouncementsDelivery>, java.io.Serializable
public class AnnouncementsDeliveryCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.announcements.model.AnnouncementsDelivery>, java.io.Serializable
The cache model class for representing AnnouncementsDelivery in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
AnnouncementsDelivery,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.announcements.model.AnnouncementsDelivery |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
deliveryId
public long deliveryId
companyId
public long companyId
userId
public long userId
type
public java.lang.String type
email
public boolean email
sms
public boolean sms
website
public boolean website
AnnouncementsDeliveryCacheModel
public AnnouncementsDeliveryCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.announcements.model.AnnouncementsDelivery toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.announcements.model.AnnouncementsDelivery>