Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Subscription

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Subscription>, ClassedModel, Cloneable, Comparable<Subscription>, PersistedModel, Serializable, SubscriptionModel
All Known Implementing Classes:
SubscriptionBaseImpl, SubscriptionImpl, SubscriptionWrapper

public interface Subscription
extends SubscriptionModel, PersistedModel

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

See Also:
SubscriptionModel, SubscriptionImpl, SubscriptionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is 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, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFrequency, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setSubscriptionId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3