@Deprecated public class SubscriptionWrapper extends BaseModelWrapper<Subscription> implements ModelWrapper<Subscription>, Subscription
This class is a wrapper for Subscription
.
Subscription
,
Serialized Formmodel
SUBSCRIPTION_ID_ACCESSOR
Constructor and Description |
---|
SubscriptionWrapper(Subscription subscription)
Deprecated.
|
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.
|
Map<String,Object> |
getModelAttributes()
Deprecated.
|
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 |
persist()
Deprecated.
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
setModelAttributes(Map<String,Object> attributes)
Deprecated.
|
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.
|
String |
toXmlString()
Deprecated.
|
protected SubscriptionWrapper |
wrap(Subscription subscription)
Deprecated.
|
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
public SubscriptionWrapper(Subscription subscription)
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<Subscription>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<Subscription>
public Subscription cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<Subscription>
cloneWithOriginalValues
in interface SubscriptionModel
public String getClassName()
getClassName
in interface SubscriptionModel
getClassName
in interface TypedModel
public long getClassNameId()
getClassNameId
in interface SubscriptionModel
getClassNameId
in interface TypedModel
public long getClassPK()
getClassPK
in interface AttachedModel
getClassPK
in interface SubscriptionModel
public long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface SubscriptionModel
public Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface SubscriptionModel
public String getFrequency()
getFrequency
in interface SubscriptionModel
public long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface SubscriptionModel
public Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface SubscriptionModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface SubscriptionModel
public long getPrimaryKey()
getPrimaryKey
in interface SubscriptionModel
public long getSubscriptionId()
getSubscriptionId
in interface SubscriptionModel
public long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface SubscriptionModel
public String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface SubscriptionModel
public String getUserUuid()
getUserUuid
in interface AuditedModel
getUserUuid
in interface SubscriptionModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setClassName(String className)
setClassName
in interface SubscriptionModel
public void setClassNameId(long classNameId)
setClassNameId
in interface SubscriptionModel
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this subscriptionpublic void setClassPK(long classPK)
setClassPK
in interface AttachedModel
setClassPK
in interface SubscriptionModel
classPK
- the class pk of this subscriptionpublic void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface SubscriptionModel
companyId
- the company ID of this subscriptionpublic void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface SubscriptionModel
createDate
- the create date of this subscriptionpublic void setFrequency(String frequency)
setFrequency
in interface SubscriptionModel
frequency
- the frequency of this subscriptionpublic void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface SubscriptionModel
groupId
- the group ID of this subscriptionpublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface SubscriptionModel
modifiedDate
- the modified date of this subscriptionpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface SubscriptionModel
mvccVersion
- the mvcc version of this subscriptionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SubscriptionModel
primaryKey
- the primary key of this subscriptionpublic void setSubscriptionId(long subscriptionId)
setSubscriptionId
in interface SubscriptionModel
subscriptionId
- the subscription ID of this subscriptionpublic void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface SubscriptionModel
userId
- the user ID of this subscriptionpublic void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface SubscriptionModel
userName
- the user name of this subscriptionpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface SubscriptionModel
userUuid
- the user uuid of this subscriptionpublic String toXmlString()
toXmlString
in interface SubscriptionModel
protected SubscriptionWrapper wrap(Subscription subscription)
wrap
in class BaseModelWrapper<Subscription>