Class CTAutoResolutionInfoWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTAutoResolutionInfo>
com.liferay.change.tracking.model.CTAutoResolutionInfoWrapper
All Implemented Interfaces:
CTAutoResolutionInfo, CTAutoResolutionInfoModel, com.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<CTAutoResolutionInfo>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CTAutoResolutionInfo>

public class CTAutoResolutionInfoWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTAutoResolutionInfo> implements CTAutoResolutionInfo, com.liferay.portal.kernel.model.ModelWrapper<CTAutoResolutionInfo>

This class is a wrapper for CTAutoResolutionInfo.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.change.tracking.model.CTAutoResolutionInfo

    CT_AUTO_RESOLUTION_INFO_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this ct auto resolution info.
    Returns the conflict identifier of this ct auto resolution info.
    Returns the create date of this ct auto resolution info.
    long
    Returns the ct auto resolution info ID of this ct auto resolution info.
    long
    Returns the ct collection ID of this ct auto resolution info.
     
    long
    Returns the model class name ID of this ct auto resolution info.
    long
    Returns the mvcc version of this ct auto resolution info.
    long
    Returns the primary key of this ct auto resolution info.
    long
    Returns the source model class pk of this ct auto resolution info.
    long
    Returns the target model class pk of this ct auto resolution info.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ct auto resolution info.
    void
    setConflictIdentifier(String conflictIdentifier)
    Sets the conflict identifier of this ct auto resolution info.
    void
    setCreateDate(Date createDate)
    Sets the create date of this ct auto resolution info.
    void
    setCtAutoResolutionInfoId(long ctAutoResolutionInfoId)
    Sets the ct auto resolution info ID of this ct auto resolution info.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ct auto resolution info.
    void
     
    void
    setModelClassNameId(long modelClassNameId)
    Sets the model class name ID of this ct auto resolution info.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ct auto resolution info.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ct auto resolution info.
    void
    setSourceModelClassPK(long sourceModelClassPK)
    Sets the source model class pk of this ct auto resolution info.
    void
    setTargetModelClassPK(long targetModelClassPK)
    Sets the target model class pk of this ct auto resolution info.
     
    wrap(CTAutoResolutionInfo ctAutoResolutionInfo)
     

    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

    • CTAutoResolutionInfoWrapper

      public CTAutoResolutionInfoWrapper(CTAutoResolutionInfo ctAutoResolutionInfo)
  • Method Details

    • getModelAttributes

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

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

      public CTAutoResolutionInfo cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>
      Specified by:
      cloneWithOriginalValues in interface CTAutoResolutionInfoModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this ct auto resolution info.
      Specified by:
      getCompanyId in interface CTAutoResolutionInfoModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ct auto resolution info
    • getConflictIdentifier

      public String getConflictIdentifier()
      Returns the conflict identifier of this ct auto resolution info.
      Specified by:
      getConflictIdentifier in interface CTAutoResolutionInfoModel
      Returns:
      the conflict identifier of this ct auto resolution info
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this ct auto resolution info.
      Specified by:
      getCreateDate in interface CTAutoResolutionInfoModel
      Returns:
      the create date of this ct auto resolution info
    • getCtAutoResolutionInfoId

      public long getCtAutoResolutionInfoId()
      Returns the ct auto resolution info ID of this ct auto resolution info.
      Specified by:
      getCtAutoResolutionInfoId in interface CTAutoResolutionInfoModel
      Returns:
      the ct auto resolution info ID of this ct auto resolution info
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this ct auto resolution info.
      Specified by:
      getCtCollectionId in interface CTAutoResolutionInfoModel
      Returns:
      the ct collection ID of this ct auto resolution info
    • getModelClassNameId

      public long getModelClassNameId()
      Returns the model class name ID of this ct auto resolution info.
      Specified by:
      getModelClassNameId in interface CTAutoResolutionInfoModel
      Returns:
      the model class name ID of this ct auto resolution info
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this ct auto resolution info.
      Specified by:
      getMvccVersion in interface CTAutoResolutionInfoModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this ct auto resolution info
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this ct auto resolution info.
      Specified by:
      getPrimaryKey in interface CTAutoResolutionInfoModel
      Returns:
      the primary key of this ct auto resolution info
    • getSourceModelClassPK

      public long getSourceModelClassPK()
      Returns the source model class pk of this ct auto resolution info.
      Specified by:
      getSourceModelClassPK in interface CTAutoResolutionInfoModel
      Returns:
      the source model class pk of this ct auto resolution info
    • getTargetModelClassPK

      public long getTargetModelClassPK()
      Returns the target model class pk of this ct auto resolution info.
      Specified by:
      getTargetModelClassPK in interface CTAutoResolutionInfoModel
      Returns:
      the target model class pk of this ct auto resolution info
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this ct auto resolution info.
      Specified by:
      setCompanyId in interface CTAutoResolutionInfoModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this ct auto resolution info
    • setConflictIdentifier

      public void setConflictIdentifier(String conflictIdentifier)
      Sets the conflict identifier of this ct auto resolution info.
      Specified by:
      setConflictIdentifier in interface CTAutoResolutionInfoModel
      Parameters:
      conflictIdentifier - the conflict identifier of this ct auto resolution info
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this ct auto resolution info.
      Specified by:
      setCreateDate in interface CTAutoResolutionInfoModel
      Parameters:
      createDate - the create date of this ct auto resolution info
    • setCtAutoResolutionInfoId

      public void setCtAutoResolutionInfoId(long ctAutoResolutionInfoId)
      Sets the ct auto resolution info ID of this ct auto resolution info.
      Specified by:
      setCtAutoResolutionInfoId in interface CTAutoResolutionInfoModel
      Parameters:
      ctAutoResolutionInfoId - the ct auto resolution info ID of this ct auto resolution info
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ct auto resolution info.
      Specified by:
      setCtCollectionId in interface CTAutoResolutionInfoModel
      Parameters:
      ctCollectionId - the ct collection ID of this ct auto resolution info
    • setModelClassNameId

      public void setModelClassNameId(long modelClassNameId)
      Sets the model class name ID of this ct auto resolution info.
      Specified by:
      setModelClassNameId in interface CTAutoResolutionInfoModel
      Parameters:
      modelClassNameId - the model class name ID of this ct auto resolution info
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this ct auto resolution info.
      Specified by:
      setMvccVersion in interface CTAutoResolutionInfoModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this ct auto resolution info
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ct auto resolution info.
      Specified by:
      setPrimaryKey in interface CTAutoResolutionInfoModel
      Parameters:
      primaryKey - the primary key of this ct auto resolution info
    • setSourceModelClassPK

      public void setSourceModelClassPK(long sourceModelClassPK)
      Sets the source model class pk of this ct auto resolution info.
      Specified by:
      setSourceModelClassPK in interface CTAutoResolutionInfoModel
      Parameters:
      sourceModelClassPK - the source model class pk of this ct auto resolution info
    • setTargetModelClassPK

      public void setTargetModelClassPK(long targetModelClassPK)
      Sets the target model class pk of this ct auto resolution info.
      Specified by:
      setTargetModelClassPK in interface CTAutoResolutionInfoModel
      Parameters:
      targetModelClassPK - the target model class pk of this ct auto resolution info
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CTAutoResolutionInfoModel
    • wrap

      protected CTAutoResolutionInfoWrapper wrap(CTAutoResolutionInfo ctAutoResolutionInfo)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTAutoResolutionInfo>