Class OAuthClientASLocalMetadataWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuthClientASLocalMetadata>
com.liferay.oauth.client.persistence.model.OAuthClientASLocalMetadataWrapper
All Implemented Interfaces:
OAuthClientASLocalMetadata, OAuthClientASLocalMetadataModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<OAuthClientASLocalMetadata>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<OAuthClientASLocalMetadata>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<OAuthClientASLocalMetadata>

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

This class is a wrapper for OAuthClientASLocalMetadata.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.oauth.client.persistence.model.OAuthClientASLocalMetadata

    O_AUTH_CLIENT_AS_LOCAL_METADATA_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this o auth client as local metadata.
    Returns the create date of this o auth client as local metadata.
    Returns the local well known uri of this o auth client as local metadata.
    Returns the metadata json of this o auth client as local metadata.
     
    Returns the modified date of this o auth client as local metadata.
    long
    Returns the mvcc version of this o auth client as local metadata.
    long
    Returns the o auth client as local metadata ID of this o auth client as local metadata.
    long
    Returns the primary key of this o auth client as local metadata.
    long
    Returns the user ID of this o auth client as local metadata.
    Returns the user name of this o auth client as local metadata.
    Returns the user uuid of this o auth client as local metadata.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this o auth client as local metadata.
    void
    setCreateDate(Date createDate)
    Sets the create date of this o auth client as local metadata.
    void
    setLocalWellKnownURI(String localWellKnownURI)
    Sets the local well known uri of this o auth client as local metadata.
    void
    setMetadataJSON(String metadataJSON)
    Sets the metadata json of this o auth client as local metadata.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this o auth client as local metadata.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this o auth client as local metadata.
    void
    setOAuthClientASLocalMetadataId(long oAuthClientASLocalMetadataId)
    Sets the o auth client as local metadata ID of this o auth client as local metadata.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this o auth client as local metadata.
    void
    setUserId(long userId)
    Sets the user ID of this o auth client as local metadata.
    void
    setUserName(String userName)
    Sets the user name of this o auth client as local metadata.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this o auth client as local metadata.
     
    wrap(OAuthClientASLocalMetadata oAuthClientASLocalMetadata)
     

    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

    • OAuthClientASLocalMetadataWrapper

      public OAuthClientASLocalMetadataWrapper(OAuthClientASLocalMetadata oAuthClientASLocalMetadata)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this o auth client as local metadata.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface OAuthClientASLocalMetadataModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this o auth client as local metadata
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this o auth client as local metadata.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface OAuthClientASLocalMetadataModel
      Returns:
      the create date of this o auth client as local metadata
    • getLocalWellKnownURI

      public String getLocalWellKnownURI()
      Returns the local well known uri of this o auth client as local metadata.
      Specified by:
      getLocalWellKnownURI in interface OAuthClientASLocalMetadataModel
      Returns:
      the local well known uri of this o auth client as local metadata
    • getMetadataJSON

      public String getMetadataJSON()
      Returns the metadata json of this o auth client as local metadata.
      Specified by:
      getMetadataJSON in interface OAuthClientASLocalMetadataModel
      Returns:
      the metadata json of this o auth client as local metadata
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this o auth client as local metadata.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface OAuthClientASLocalMetadataModel
      Returns:
      the modified date of this o auth client as local metadata
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this o auth client as local metadata.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface OAuthClientASLocalMetadataModel
      Returns:
      the mvcc version of this o auth client as local metadata
    • getOAuthClientASLocalMetadataId

      public long getOAuthClientASLocalMetadataId()
      Returns the o auth client as local metadata ID of this o auth client as local metadata.
      Specified by:
      getOAuthClientASLocalMetadataId in interface OAuthClientASLocalMetadataModel
      Returns:
      the o auth client as local metadata ID of this o auth client as local metadata
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this o auth client as local metadata.
      Specified by:
      getPrimaryKey in interface OAuthClientASLocalMetadataModel
      Returns:
      the primary key of this o auth client as local metadata
    • getUserId

      public long getUserId()
      Returns the user ID of this o auth client as local metadata.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface OAuthClientASLocalMetadataModel
      Returns:
      the user ID of this o auth client as local metadata
    • getUserName

      public String getUserName()
      Returns the user name of this o auth client as local metadata.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface OAuthClientASLocalMetadataModel
      Returns:
      the user name of this o auth client as local metadata
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this o auth client as local metadata.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface OAuthClientASLocalMetadataModel
      Returns:
      the user uuid of this o auth client as local metadata
    • persist

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

      public void setCompanyId(long companyId)
      Sets the company ID of this o auth client as local metadata.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface OAuthClientASLocalMetadataModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this o auth client as local metadata
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this o auth client as local metadata.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface OAuthClientASLocalMetadataModel
      Parameters:
      createDate - the create date of this o auth client as local metadata
    • setLocalWellKnownURI

      public void setLocalWellKnownURI(String localWellKnownURI)
      Sets the local well known uri of this o auth client as local metadata.
      Specified by:
      setLocalWellKnownURI in interface OAuthClientASLocalMetadataModel
      Parameters:
      localWellKnownURI - the local well known uri of this o auth client as local metadata
    • setMetadataJSON

      public void setMetadataJSON(String metadataJSON)
      Sets the metadata json of this o auth client as local metadata.
      Specified by:
      setMetadataJSON in interface OAuthClientASLocalMetadataModel
      Parameters:
      metadataJSON - the metadata json of this o auth client as local metadata
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this o auth client as local metadata.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface OAuthClientASLocalMetadataModel
      Parameters:
      modifiedDate - the modified date of this o auth client as local metadata
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this o auth client as local metadata.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface OAuthClientASLocalMetadataModel
      Parameters:
      mvccVersion - the mvcc version of this o auth client as local metadata
    • setOAuthClientASLocalMetadataId

      public void setOAuthClientASLocalMetadataId(long oAuthClientASLocalMetadataId)
      Sets the o auth client as local metadata ID of this o auth client as local metadata.
      Specified by:
      setOAuthClientASLocalMetadataId in interface OAuthClientASLocalMetadataModel
      Parameters:
      oAuthClientASLocalMetadataId - the o auth client as local metadata ID of this o auth client as local metadata
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this o auth client as local metadata.
      Specified by:
      setPrimaryKey in interface OAuthClientASLocalMetadataModel
      Parameters:
      primaryKey - the primary key of this o auth client as local metadata
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this o auth client as local metadata.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface OAuthClientASLocalMetadataModel
      Parameters:
      userId - the user ID of this o auth client as local metadata
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this o auth client as local metadata.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface OAuthClientASLocalMetadataModel
      Parameters:
      userName - the user name of this o auth client as local metadata
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this o auth client as local metadata.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface OAuthClientASLocalMetadataModel
      Parameters:
      userUuid - the user uuid of this o auth client as local metadata
    • toXmlString

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

      protected OAuthClientASLocalMetadataWrapper wrap(OAuthClientASLocalMetadata oAuthClientASLocalMetadata)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuthClientASLocalMetadata>