com.liferay.portal.model
Interface Subscription

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, SubscriptionModel

public interface Subscription
extends SubscriptionModel

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 Subscription table in the database.

Customize com.liferay.portal.model.impl.SubscriptionImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 
Methods inherited from interface com.liferay.portal.model.SubscriptionModel
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getFrequency, getModifiedDate, getPrimaryKey, getSubscriptionId, getUserId, getUserName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setFrequency, setModifiedDate, setPrimaryKey, setSubscriptionId, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo