@Deprecated @ProviderType public interface SubscriptionModel extends AttachedModel, BaseModel<Subscription>, GroupedModel, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.SubscriptionModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.SubscriptionImpl
.
Subscription
Modifier and Type | Method and Description |
---|---|
Subscription |
cloneWithOriginalValues()
Deprecated.
|
String |
getClassName()
Deprecated.
Returns the fully qualified class name of this subscription.
|
long |
getClassNameId()
Deprecated.
Returns the class name ID of this subscription.
|
long |
getClassPK()
Deprecated.
Returns the class pk of this subscription.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this subscription.
|
Date |
getCreateDate()
Deprecated.
Returns the create date of this subscription.
|
String |
getFrequency()
Deprecated.
Returns the frequency of this subscription.
|
long |
getGroupId()
Deprecated.
Returns the group ID of this subscription.
|
Date |
getModifiedDate()
Deprecated.
Returns the modified date of this subscription.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this subscription.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this subscription.
|
long |
getSubscriptionId()
Deprecated.
Returns the subscription ID of this subscription.
|
long |
getUserId()
Deprecated.
Returns the user ID of this subscription.
|
String |
getUserName()
Deprecated.
Returns the user name of this subscription.
|
String |
getUserUuid()
Deprecated.
Returns the user uuid of this subscription.
|
void |
setClassName(String className)
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
Sets the class name ID of this subscription.
|
void |
setClassPK(long classPK)
Deprecated.
Sets the class pk of this subscription.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this subscription.
|
void |
setCreateDate(Date createDate)
Deprecated.
Sets the create date of this subscription.
|
void |
setFrequency(String frequency)
Deprecated.
Sets the frequency of this subscription.
|
void |
setGroupId(long groupId)
Deprecated.
Sets the group ID of this subscription.
|
void |
setModifiedDate(Date modifiedDate)
Deprecated.
Sets the modified date of this subscription.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this subscription.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this subscription.
|
void |
setSubscriptionId(long subscriptionId)
Deprecated.
Sets the subscription ID of this subscription.
|
void |
setUserId(long userId)
Deprecated.
Sets the user ID of this subscription.
|
void |
setUserName(String userName)
Deprecated.
Sets the user name of this subscription.
|
void |
setUserUuid(String userUuid)
Deprecated.
Sets the user uuid of this subscription.
|
default String |
toXmlString()
Deprecated.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this subscriptionlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this subscriptionlong getSubscriptionId()
void setSubscriptionId(long subscriptionId)
subscriptionId
- the subscription ID of this subscriptionlong getGroupId()
getGroupId
in interface GroupedModel
void setGroupId(long groupId)
setGroupId
in interface GroupedModel
groupId
- the group ID of this subscriptionlong getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this subscriptionlong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this subscriptionString getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this subscription@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this subscriptionDate getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this subscriptionDate getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this subscriptionString getClassName()
getClassName
in interface TypedModel
void setClassName(String className)
long getClassNameId()
getClassNameId
in interface TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this subscriptionlong getClassPK()
getClassPK
in interface AttachedModel
void setClassPK(long classPK)
setClassPK
in interface AttachedModel
classPK
- the class pk of this subscription@AutoEscape String getFrequency()
void setFrequency(String frequency)
frequency
- the frequency of this subscriptionSubscription cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<Subscription>
default String toXmlString()