Liferay 6.0.5

com.liferay.portal.model.impl
Class SubscriptionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Subscription>
      extended by com.liferay.portal.model.impl.SubscriptionModelImpl
          extended by com.liferay.portal.model.impl.SubscriptionImpl
All Implemented Interfaces:
BaseModel<Subscription>, Subscription, SubscriptionModel, Serializable, Cloneable, Comparable<Subscription>

public class SubscriptionImpl
extends SubscriptionModelImpl
implements Subscription

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.SubscriptionModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SubscriptionImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.SubscriptionModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getFrequency, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getSubscriptionId, getUserId, getUserName, getUserUuid, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFrequency, setModifiedDate, setPrimaryKey, setSubscriptionId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

SubscriptionImpl

public SubscriptionImpl()

Liferay 6.0.5