Class CommerceNotificationTemplateCommerceAccountGroupRelWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationTemplateCommerceAccountGroupRel>
com.liferay.commerce.notification.model.CommerceNotificationTemplateCommerceAccountGroupRelWrapper
All Implemented Interfaces:
CommerceNotificationTemplateCommerceAccountGroupRel, CommerceNotificationTemplateCommerceAccountGroupRelModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationTemplateCommerceAccountGroupRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CommerceNotificationTemplateCommerceAccountGroupRel>

@Deprecated public class CommerceNotificationTemplateCommerceAccountGroupRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationTemplateCommerceAccountGroupRel> implements CommerceNotificationTemplateCommerceAccountGroupRel, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationTemplateCommerceAccountGroupRel>
Deprecated.
See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    long
    Deprecated.
    Returns the commerce account group ID of this commerce notification template commerce account group rel.
    long
    Deprecated.
    Returns the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.
    long
    Deprecated.
    Returns the commerce notification template ID of this commerce notification template commerce account group rel.
    long
    Deprecated.
    Returns the company ID of this commerce notification template commerce account group rel.
    Deprecated.
    Returns the create date of this commerce notification template commerce account group rel.
    long
    Deprecated.
    Returns the group ID of this commerce notification template commerce account group rel.
    Deprecated.
     
    Deprecated.
    Returns the modified date of this commerce notification template commerce account group rel.
    long
    Deprecated.
    Returns the mvcc version of this commerce notification template commerce account group rel.
    long
    Deprecated.
    Returns the primary key of this commerce notification template commerce account group rel.
    long
    Deprecated.
    Returns the user ID of this commerce notification template commerce account group rel.
    Deprecated.
    Returns the user name of this commerce notification template commerce account group rel.
    Deprecated.
    Returns the user uuid of this commerce notification template commerce account group rel.
    void
    Deprecated.
     
    void
    setCommerceAccountGroupId(long commerceAccountGroupId)
    Deprecated.
    Sets the commerce account group ID of this commerce notification template commerce account group rel.
    void
    setCommerceNotificationTemplateCommerceAccountGroupRelId(long commerceNotificationTemplateCommerceAccountGroupRelId)
    Deprecated.
    Sets the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.
    void
    setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
    Deprecated.
    Sets the commerce notification template ID of this commerce notification template commerce account group rel.
    void
    setCompanyId(long companyId)
    Deprecated.
    Sets the company ID of this commerce notification template commerce account group rel.
    void
    setCreateDate(Date createDate)
    Deprecated.
    Sets the create date of this commerce notification template commerce account group rel.
    void
    setGroupId(long groupId)
    Deprecated.
    Sets the group ID of this commerce notification template commerce account group rel.
    void
    Deprecated.
     
    void
    setModifiedDate(Date modifiedDate)
    Deprecated.
    Sets the modified date of this commerce notification template commerce account group rel.
    void
    setMvccVersion(long mvccVersion)
    Deprecated.
    Sets the mvcc version of this commerce notification template commerce account group rel.
    void
    setPrimaryKey(long primaryKey)
    Deprecated.
    Sets the primary key of this commerce notification template commerce account group rel.
    void
    setUserId(long userId)
    Deprecated.
    Sets the user ID of this commerce notification template commerce account group rel.
    void
    setUserName(String userName)
    Deprecated.
    Sets the user name of this commerce notification template commerce account group rel.
    void
    setUserUuid(String userUuid)
    Deprecated.
    Sets the user uuid of this commerce notification template commerce account group rel.
    Deprecated.
     
    wrap(CommerceNotificationTemplateCommerceAccountGroupRel commerceNotificationTemplateCommerceAccountGroupRel)
    Deprecated.
     

    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, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel
  • Constructor Details

  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Deprecated.
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Deprecated.
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>
    • cloneWithOriginalValues

      public CommerceNotificationTemplateCommerceAccountGroupRel cloneWithOriginalValues()
      Deprecated.
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>
      Specified by:
      cloneWithOriginalValues in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
    • getCommerceAccountGroupId

      public long getCommerceAccountGroupId()
      Deprecated.
      Returns the commerce account group ID of this commerce notification template commerce account group rel.
      Specified by:
      getCommerceAccountGroupId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the commerce account group ID of this commerce notification template commerce account group rel
    • getCommerceNotificationTemplateCommerceAccountGroupRelId

      public long getCommerceNotificationTemplateCommerceAccountGroupRelId()
      Deprecated.
      Returns the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.
      Specified by:
      getCommerceNotificationTemplateCommerceAccountGroupRelId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel
    • getCommerceNotificationTemplateId

      public long getCommerceNotificationTemplateId()
      Deprecated.
      Returns the commerce notification template ID of this commerce notification template commerce account group rel.
      Specified by:
      getCommerceNotificationTemplateId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the commerce notification template ID of this commerce notification template commerce account group rel
    • getCompanyId

      public long getCompanyId()
      Deprecated.
      Returns the company ID of this commerce notification template commerce account group rel.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce notification template commerce account group rel
    • getCreateDate

      public Date getCreateDate()
      Deprecated.
      Returns the create date of this commerce notification template commerce account group rel.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the create date of this commerce notification template commerce account group rel
    • getGroupId

      public long getGroupId()
      Deprecated.
      Returns the group ID of this commerce notification template commerce account group rel.
      Specified by:
      getGroupId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this commerce notification template commerce account group rel
    • getModifiedDate

      public Date getModifiedDate()
      Deprecated.
      Returns the modified date of this commerce notification template commerce account group rel.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the modified date of this commerce notification template commerce account group rel
    • getMvccVersion

      public long getMvccVersion()
      Deprecated.
      Returns the mvcc version of this commerce notification template commerce account group rel.
      Specified by:
      getMvccVersion in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce notification template commerce account group rel
    • getPrimaryKey

      public long getPrimaryKey()
      Deprecated.
      Returns the primary key of this commerce notification template commerce account group rel.
      Specified by:
      getPrimaryKey in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the primary key of this commerce notification template commerce account group rel
    • getUserId

      public long getUserId()
      Deprecated.
      Returns the user ID of this commerce notification template commerce account group rel.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the user ID of this commerce notification template commerce account group rel
    • getUserName

      public String getUserName()
      Deprecated.
      Returns the user name of this commerce notification template commerce account group rel.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the user name of this commerce notification template commerce account group rel
    • getUserUuid

      public String getUserUuid()
      Deprecated.
      Returns the user uuid of this commerce notification template commerce account group rel.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Returns:
      the user uuid of this commerce notification template commerce account group rel
    • persist

      public void persist()
      Deprecated.
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCommerceAccountGroupId

      public void setCommerceAccountGroupId(long commerceAccountGroupId)
      Deprecated.
      Sets the commerce account group ID of this commerce notification template commerce account group rel.
      Specified by:
      setCommerceAccountGroupId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      commerceAccountGroupId - the commerce account group ID of this commerce notification template commerce account group rel
    • setCommerceNotificationTemplateCommerceAccountGroupRelId

      public void setCommerceNotificationTemplateCommerceAccountGroupRelId(long commerceNotificationTemplateCommerceAccountGroupRelId)
      Deprecated.
      Sets the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.
      Specified by:
      setCommerceNotificationTemplateCommerceAccountGroupRelId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      commerceNotificationTemplateCommerceAccountGroupRelId - the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel
    • setCommerceNotificationTemplateId

      public void setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
      Deprecated.
      Sets the commerce notification template ID of this commerce notification template commerce account group rel.
      Specified by:
      setCommerceNotificationTemplateId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      commerceNotificationTemplateId - the commerce notification template ID of this commerce notification template commerce account group rel
    • setCompanyId

      public void setCompanyId(long companyId)
      Deprecated.
      Sets the company ID of this commerce notification template commerce account group rel.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this commerce notification template commerce account group rel
    • setCreateDate

      public void setCreateDate(Date createDate)
      Deprecated.
      Sets the create date of this commerce notification template commerce account group rel.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      createDate - the create date of this commerce notification template commerce account group rel
    • setGroupId

      public void setGroupId(long groupId)
      Deprecated.
      Sets the group ID of this commerce notification template commerce account group rel.
      Specified by:
      setGroupId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this commerce notification template commerce account group rel
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Deprecated.
      Sets the modified date of this commerce notification template commerce account group rel.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      modifiedDate - the modified date of this commerce notification template commerce account group rel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Deprecated.
      Sets the mvcc version of this commerce notification template commerce account group rel.
      Specified by:
      setMvccVersion in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce notification template commerce account group rel
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Deprecated.
      Sets the primary key of this commerce notification template commerce account group rel.
      Specified by:
      setPrimaryKey in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      primaryKey - the primary key of this commerce notification template commerce account group rel
    • setUserId

      public void setUserId(long userId)
      Deprecated.
      Sets the user ID of this commerce notification template commerce account group rel.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      userId - the user ID of this commerce notification template commerce account group rel
    • setUserName

      public void setUserName(String userName)
      Deprecated.
      Sets the user name of this commerce notification template commerce account group rel.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      userName - the user name of this commerce notification template commerce account group rel
    • setUserUuid

      public void setUserUuid(String userUuid)
      Deprecated.
      Sets the user uuid of this commerce notification template commerce account group rel.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
      Parameters:
      userUuid - the user uuid of this commerce notification template commerce account group rel
    • toXmlString

      public String toXmlString()
      Deprecated.
      Specified by:
      toXmlString in interface CommerceNotificationTemplateCommerceAccountGroupRelModel
    • wrap

      Deprecated.
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationTemplateCommerceAccountGroupRel>