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.
Subscription,
Serialized FormSUBSCRIPTION_ID_ACCESSOR| Constructor and Description |
|---|
SubscriptionWrapper(Subscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<Subscription,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<Subscription,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this subscription.
|
long |
getClassNameId()
Returns the class name ID of this subscription.
|
long |
getClassPK()
Returns the class pk of this subscription.
|
long |
getCompanyId()
Returns the company ID of this subscription.
|
java.util.Date |
getCreateDate()
Returns the create date of this subscription.
|
long |
getCtCollectionId()
Returns the ct collection ID of this subscription.
|
java.lang.String |
getFrequency()
Returns the frequency of this subscription.
|
long |
getGroupId()
Returns the group ID of this subscription.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this subscription.
|
long |
getMvccVersion()
Returns the mvcc version of this subscription.
|
long |
getPrimaryKey()
Returns the primary key of this subscription.
|
long |
getSubscriptionId()
Returns the subscription ID of this subscription.
|
long |
getUserId()
Returns the user ID of this subscription.
|
java.lang.String |
getUserName()
Returns the user name of this subscription.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this subscription.
|
void |
persist() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this subscription.
|
void |
setClassPK(long classPK)
Sets the class pk of this subscription.
|
void |
setCompanyId(long companyId)
Sets the company ID of this subscription.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this subscription.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this subscription.
|
void |
setFrequency(java.lang.String frequency)
Sets the frequency of this subscription.
|
void |
setGroupId(long groupId)
Sets the group ID of this subscription.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this subscription.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this subscription.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this subscription.
|
void |
setSubscriptionId(long subscriptionId)
Sets the subscription ID of this subscription.
|
void |
setUserId(long userId)
Sets the user ID of this subscription.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this subscription.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this subscription.
|
java.lang.String |
toXmlString() |
protected SubscriptionWrapper |
wrap(Subscription subscription) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic SubscriptionWrapper(Subscription subscription)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<Subscription>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<Subscription>public Subscription cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<Subscription>cloneWithOriginalValues in interface SubscriptionModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface SubscriptionModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface SubscriptionModelpublic long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface SubscriptionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SubscriptionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface SubscriptionModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>getCtCollectionId in interface SubscriptionModelpublic java.lang.String getFrequency()
getFrequency in interface SubscriptionModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface SubscriptionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface SubscriptionModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface SubscriptionModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>getPrimaryKey in interface SubscriptionModelpublic long getSubscriptionId()
getSubscriptionId in interface SubscriptionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SubscriptionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SubscriptionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SubscriptionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface SubscriptionModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface SubscriptionModelclassNameId - the class name ID of this subscriptionpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface SubscriptionModelclassPK - the class pk of this subscriptionpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SubscriptionModelcompanyId - the company ID of this subscriptionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface SubscriptionModelcreateDate - the create date of this subscriptionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>setCtCollectionId in interface SubscriptionModelctCollectionId - the ct collection ID of this subscriptionpublic void setFrequency(java.lang.String frequency)
setFrequency in interface SubscriptionModelfrequency - the frequency of this subscriptionpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface SubscriptionModelgroupId - the group ID of this subscriptionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface SubscriptionModelmodifiedDate - the modified date of this subscriptionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface SubscriptionModelmvccVersion - the mvcc version of this subscriptionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>setPrimaryKey in interface SubscriptionModelprimaryKey - the primary key of this subscriptionpublic void setSubscriptionId(long subscriptionId)
setSubscriptionId in interface SubscriptionModelsubscriptionId - the subscription ID of this subscriptionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SubscriptionModeluserId - the user ID of this subscriptionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SubscriptionModeluserName - the user name of this subscriptionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SubscriptionModeluserUuid - the user uuid of this subscriptionpublic java.lang.String toXmlString()
toXmlString in interface SubscriptionModelpublic java.util.Map<java.lang.String,java.util.function.Function<Subscription,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<Subscription>public java.util.Map<java.lang.String,java.util.function.BiConsumer<Subscription,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<Subscription>protected SubscriptionWrapper wrap(Subscription subscription)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Subscription>