@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 |
|---|---|
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this subscriptionlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this subscriptionlong getSubscriptionId()
void setSubscriptionId(long subscriptionId)
subscriptionId - the subscription ID of this subscriptionlong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this subscriptionlong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this subscriptionlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this subscriptionString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this subscription@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this subscriptionDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this subscriptionDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this subscriptionString getClassName()
getClassName in interface TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this subscriptionlong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this subscription@AutoEscape String getFrequency()
void setFrequency(String frequency)
frequency - the frequency of this subscription