Liferay 6.0.5

com.liferay.portlet.announcements.model
Interface AnnouncementsDelivery

All Superinterfaces:
AnnouncementsDeliveryModel, BaseModel<AnnouncementsDelivery>, Cloneable, Comparable<AnnouncementsDelivery>, Serializable
All Known Implementing Classes:
AnnouncementsDeliveryImpl, 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 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.

See Also:
AnnouncementsDeliveryModel, AnnouncementsDeliveryImpl, AnnouncementsDeliveryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
 


Liferay 6.0.5