Package com.liferay.subscription.model
Class SubscriptionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Subscription>
com.liferay.subscription.model.SubscriptionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<Subscription>,com.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<Subscription>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,Subscription,SubscriptionModel,Serializable,Cloneable,Comparable<Subscription>
public class SubscriptionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Subscription>
implements com.liferay.portal.kernel.model.ModelWrapper<Subscription>, Subscription
This class is a wrapper for Subscription.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.subscription.model.Subscription
SUBSCRIPTION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this subscription.longReturns the class name ID of this subscription.longReturns the class pk of this subscription.longReturns the company ID of this subscription.Returns the create date of this subscription.longReturns the ct collection ID of this subscription.Returns the frequency of this subscription.longReturns the group ID of this subscription.Returns the modified date of this subscription.longReturns the mvcc version of this subscription.longReturns the primary key of this subscription.longReturns the subscription ID of this subscription.longReturns the user ID of this subscription.Returns the user name of this subscription.Returns the user uuid of this subscription.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this subscription.voidsetClassPK(long classPK) Sets the class pk of this subscription.voidsetCompanyId(long companyId) Sets the company ID of this subscription.voidsetCreateDate(Date createDate) Sets the create date of this subscription.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this subscription.voidsetFrequency(String frequency) Sets the frequency of this subscription.voidsetGroupId(long groupId) Sets the group ID of this subscription.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this subscription.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this subscription.voidsetPrimaryKey(long primaryKey) Sets the primary key of this subscription.voidsetSubscriptionId(long subscriptionId) Sets the subscription ID of this subscription.voidsetUserId(long userId) Sets the user ID of this subscription.voidsetUserName(String userName) Sets the user name of this subscription.voidsetUserUuid(String userUuid) Sets the user uuid of this subscription.protected SubscriptionWrapperwrap(Subscription subscription) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
SubscriptionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<Subscription>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<Subscription>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<Subscription>- Specified by:
cloneWithOriginalValuesin interfaceSubscriptionModel
-
getClassName
Returns the fully qualified class name of this subscription.- Specified by:
getClassNamein interfaceSubscriptionModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this subscription
-
getClassNameId
public long getClassNameId()Returns the class name ID of this subscription.- Specified by:
getClassNameIdin interfaceSubscriptionModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this subscription
-
getClassPK
public long getClassPK()Returns the class pk of this subscription.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceSubscriptionModel- Returns:
- the class pk of this subscription
-
getCompanyId
public long getCompanyId()Returns the company ID of this subscription.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfaceSubscriptionModel- Returns:
- the company ID of this subscription
-
getCreateDate
Returns the create date of this subscription.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceSubscriptionModel- Returns:
- the create date of this subscription
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this subscription.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>- Specified by:
getCtCollectionIdin interfaceSubscriptionModel- Returns:
- the ct collection ID of this subscription
-
getFrequency
Returns the frequency of this subscription.- Specified by:
getFrequencyin interfaceSubscriptionModel- Returns:
- the frequency of this subscription
-
getGroupId
public long getGroupId()Returns the group ID of this subscription.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceSubscriptionModel- Returns:
- the group ID of this subscription
-
getModifiedDate
Returns the modified date of this subscription.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceSubscriptionModel- Returns:
- the modified date of this subscription
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this subscription.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceSubscriptionModel- Returns:
- the mvcc version of this subscription
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this subscription.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>- Specified by:
getPrimaryKeyin interfaceSubscriptionModel- Returns:
- the primary key of this subscription
-
getSubscriptionId
public long getSubscriptionId()Returns the subscription ID of this subscription.- Specified by:
getSubscriptionIdin interfaceSubscriptionModel- Returns:
- the subscription ID of this subscription
-
getUserId
public long getUserId()Returns the user ID of this subscription.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceSubscriptionModel- Returns:
- the user ID of this subscription
-
getUserName
Returns the user name of this subscription.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceSubscriptionModel- Returns:
- the user name of this subscription
-
getUserUuid
Returns the user uuid of this subscription.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceSubscriptionModel- Returns:
- the user uuid of this subscription
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceSubscriptionModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this subscription.- Specified by:
setClassNameIdin interfaceSubscriptionModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this subscription
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this subscription.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceSubscriptionModel- Parameters:
classPK- the class pk of this subscription
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this subscription.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfaceSubscriptionModel- Parameters:
companyId- the company ID of this subscription
-
setCreateDate
Sets the create date of this subscription.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceSubscriptionModel- Parameters:
createDate- the create date of this subscription
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this subscription.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>- Specified by:
setCtCollectionIdin interfaceSubscriptionModel- Parameters:
ctCollectionId- the ct collection ID of this subscription
-
setFrequency
Sets the frequency of this subscription.- Specified by:
setFrequencyin interfaceSubscriptionModel- Parameters:
frequency- the frequency of this subscription
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this subscription.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceSubscriptionModel- Parameters:
groupId- the group ID of this subscription
-
setModifiedDate
Sets the modified date of this subscription.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceSubscriptionModel- Parameters:
modifiedDate- the modified date of this subscription
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this subscription.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceSubscriptionModel- Parameters:
mvccVersion- the mvcc version of this subscription
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this subscription.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>- Specified by:
setPrimaryKeyin interfaceSubscriptionModel- Parameters:
primaryKey- the primary key of this subscription
-
setSubscriptionId
public void setSubscriptionId(long subscriptionId) Sets the subscription ID of this subscription.- Specified by:
setSubscriptionIdin interfaceSubscriptionModel- Parameters:
subscriptionId- the subscription ID of this subscription
-
setUserId
public void setUserId(long userId) Sets the user ID of this subscription.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceSubscriptionModel- Parameters:
userId- the user ID of this subscription
-
setUserName
Sets the user name of this subscription.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceSubscriptionModel- Parameters:
userName- the user name of this subscription
-
setUserUuid
Sets the user uuid of this subscription.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceSubscriptionModel- Parameters:
userUuid- the user uuid of this subscription
-
toXmlString
- Specified by:
toXmlStringin interfaceSubscriptionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<Subscription>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<Subscription>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Subscription>
-