com.liferay.portlet.announcements.model
Interface AnnouncementsDelivery

All Superinterfaces:
AnnouncementsDeliveryModel, BaseModel<AnnouncementsDelivery>, java.lang.Cloneable, java.lang.Comparable<AnnouncementsDelivery>, java.io.Serializable
All Known Implementing Classes:
AnnouncementsDeliveryWrapper

public interface AnnouncementsDelivery
extends AnnouncementsDeliveryModel

The model interface for the AnnouncementsDelivery service. Represents a row in the "AnnouncementsDelivery" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a announcements delivery model instance should use the AnnouncementsDelivery interface instead.

Author:
Brian Wing Shun Chan
See Also:
AnnouncementsDeliveryModel, com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryImpl, com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsDeliveryModel
clone, compareTo, getCompanyId, getDeliveryId, getEmail, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getSms, getType, getUserId, getUserUuid, getWebsite, hashCode, isCachedModel, isEmail, isEscapedModel, isNew, isSms, isWebsite, setCachedModel, setCompanyId, setDeliveryId, setEmail, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setSms, setType, setUserId, setUserUuid, setWebsite, toEscapedModel, toString, toXmlString