com.liferay.portlet.announcements.model
Interface AnnouncementsDelivery
- All Superinterfaces:
- AnnouncementsDeliveryModel, BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
public interface AnnouncementsDelivery
- extends AnnouncementsDeliveryModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the AnnouncementsDelivery
table
in the database.
Customize com.liferay.portlet.announcements.service.model.impl.AnnouncementsDeliveryImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.announcements.service.model.AnnouncementsDeliveryModel
,
com.liferay.portlet.announcements.service.model.impl.AnnouncementsDeliveryImpl
,
com.liferay.portlet.announcements.service.model.impl.AnnouncementsDeliveryModelImpl
Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsDeliveryModel |
getCompanyId, getDeliveryId, getEmail, getPrimaryKey, getSms, getType, getUserId, getWebsite, isEmail, isSms, isWebsite, setCompanyId, setDeliveryId, setEmail, setPrimaryKey, setSms, setType, setUserId, setWebsite, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |