com.liferay.portal.model
Interface Subscription

All Superinterfaces:
BaseModel<Subscription>, java.lang.Cloneable, java.lang.Comparable<Subscription>, java.io.Serializable, SubscriptionModel
All Known Implementing Classes:
SubscriptionWrapper

public interface Subscription
extends SubscriptionModel

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

Never modify this interface directly. Add methods to SubscriptionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a subscription model instance should use the Subscription interface instead.

Author:
Brian Wing Shun Chan
See Also:
SubscriptionModel, SubscriptionImpl, SubscriptionModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.portal.model.SubscriptionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getFrequency, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSubscriptionId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFrequency, setModifiedDate, setNew, setPrimaryKey, setSubscriptionId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString