com.liferay.portlet.announcements.model.impl
Class AnnouncementsDeliveryCacheModel

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

Field Summary
 long companyId
           
 long deliveryId
           
 boolean email
           
 boolean sms
           
 java.lang.String type
           
 long userId
           
 boolean website
           
 
Constructor Summary
AnnouncementsDeliveryCacheModel()
           
 
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
 

Field Detail

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
Constructor Detail

AnnouncementsDeliveryCacheModel

public AnnouncementsDeliveryCacheModel()
Method Detail

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>