Class CTRemoteWrapper

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

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

This class is a wrapper for CTRemote.

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.CTRemote

    CT_REMOTE_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the client ID of this ct remote.
    Returns the client secret of this ct remote.
    long
    Returns the company ID of this ct remote.
    Returns the create date of this ct remote.
    long
    Returns the ct remote ID of this ct remote.
    Returns the description of this ct remote.
     
    Returns the modified date of this ct remote.
    long
    Returns the mvcc version of this ct remote.
    Returns the name of this ct remote.
    long
    Returns the primary key of this ct remote.
    Returns the url of this ct remote.
    long
    Returns the user ID of this ct remote.
     
    Returns the user uuid of this ct remote.
    void
     
    void
    setClientId(String clientId)
    Sets the client ID of this ct remote.
    void
    setClientSecret(String clientSecret)
    Sets the client secret of this ct remote.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ct remote.
    void
    setCreateDate(Date createDate)
    Sets the create date of this ct remote.
    void
    setCtRemoteId(long ctRemoteId)
    Sets the ct remote ID of this ct remote.
    void
    setDescription(String description)
    Sets the description of this ct remote.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this ct remote.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ct remote.
    void
    Sets the name of this ct remote.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ct remote.
    void
    Sets the url of this ct remote.
    void
    setUserId(long userId)
    Sets the user ID of this ct remote.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this ct remote.
     
    protected CTRemoteWrapper
    wrap(CTRemote ctRemote)
     

    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

    • CTRemoteWrapper

      public CTRemoteWrapper(CTRemote ctRemote)
  • Method Details

    • getModelAttributes

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

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

      public CTRemote cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTRemote>
      Specified by:
      cloneWithOriginalValues in interface CTRemoteModel
    • getClientId

      public String getClientId()
      Returns the client ID of this ct remote.
      Specified by:
      getClientId in interface CTRemoteModel
      Returns:
      the client ID of this ct remote
    • getClientSecret

      public String getClientSecret()
      Returns the client secret of this ct remote.
      Specified by:
      getClientSecret in interface CTRemoteModel
      Returns:
      the client secret of this ct remote
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this ct remote.
      Specified by:
      getCompanyId in interface CTRemoteModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ct remote
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this ct remote.
      Specified by:
      getCreateDate in interface CTRemoteModel
      Returns:
      the create date of this ct remote
    • getCtRemoteId

      public long getCtRemoteId()
      Returns the ct remote ID of this ct remote.
      Specified by:
      getCtRemoteId in interface CTRemoteModel
      Returns:
      the ct remote ID of this ct remote
    • getDescription

      public String getDescription()
      Returns the description of this ct remote.
      Specified by:
      getDescription in interface CTRemoteModel
      Returns:
      the description of this ct remote
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this ct remote.
      Specified by:
      getModifiedDate in interface CTRemoteModel
      Returns:
      the modified date of this ct remote
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this ct remote.
      Specified by:
      getMvccVersion in interface CTRemoteModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this ct remote
    • getName

      public String getName()
      Returns the name of this ct remote.
      Specified by:
      getName in interface CTRemoteModel
      Returns:
      the name of this ct remote
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this ct remote.
      Specified by:
      getPrimaryKey in interface CTRemoteModel
      Returns:
      the primary key of this ct remote
    • getUrl

      public String getUrl()
      Returns the url of this ct remote.
      Specified by:
      getUrl in interface CTRemoteModel
      Returns:
      the url of this ct remote
    • getUserId

      public long getUserId()
      Returns the user ID of this ct remote.
      Specified by:
      getUserId in interface CTRemoteModel
      Returns:
      the user ID of this ct remote
    • getUserName

      public String getUserName()
      Specified by:
      getUserName in interface CTRemote
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ct remote.
      Specified by:
      getUserUuid in interface CTRemoteModel
      Returns:
      the user uuid of this ct remote
    • persist

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

      public void setClientId(String clientId)
      Sets the client ID of this ct remote.
      Specified by:
      setClientId in interface CTRemoteModel
      Parameters:
      clientId - the client ID of this ct remote
    • setClientSecret

      public void setClientSecret(String clientSecret)
      Sets the client secret of this ct remote.
      Specified by:
      setClientSecret in interface CTRemoteModel
      Parameters:
      clientSecret - the client secret of this ct remote
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this ct remote.
      Specified by:
      setCompanyId in interface CTRemoteModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this ct remote
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this ct remote.
      Specified by:
      setCreateDate in interface CTRemoteModel
      Parameters:
      createDate - the create date of this ct remote
    • setCtRemoteId

      public void setCtRemoteId(long ctRemoteId)
      Sets the ct remote ID of this ct remote.
      Specified by:
      setCtRemoteId in interface CTRemoteModel
      Parameters:
      ctRemoteId - the ct remote ID of this ct remote
    • setDescription

      public void setDescription(String description)
      Sets the description of this ct remote.
      Specified by:
      setDescription in interface CTRemoteModel
      Parameters:
      description - the description of this ct remote
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this ct remote.
      Specified by:
      setModifiedDate in interface CTRemoteModel
      Parameters:
      modifiedDate - the modified date of this ct remote
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this ct remote.
      Specified by:
      setMvccVersion in interface CTRemoteModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this ct remote
    • setName

      public void setName(String name)
      Sets the name of this ct remote.
      Specified by:
      setName in interface CTRemoteModel
      Parameters:
      name - the name of this ct remote
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ct remote.
      Specified by:
      setPrimaryKey in interface CTRemoteModel
      Parameters:
      primaryKey - the primary key of this ct remote
    • setUrl

      public void setUrl(String url)
      Sets the url of this ct remote.
      Specified by:
      setUrl in interface CTRemoteModel
      Parameters:
      url - the url of this ct remote
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this ct remote.
      Specified by:
      setUserId in interface CTRemoteModel
      Parameters:
      userId - the user ID of this ct remote
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ct remote.
      Specified by:
      setUserUuid in interface CTRemoteModel
      Parameters:
      userUuid - the user uuid of this ct remote
    • toXmlString

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

      protected CTRemoteWrapper wrap(CTRemote ctRemote)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTRemote>