Class OAuth2ApplicationScopeAliasesWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2ApplicationScopeAliases>
com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliasesWrapper
All Implemented Interfaces:
OAuth2ApplicationScopeAliases, OAuth2ApplicationScopeAliasesModel, com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<OAuth2ApplicationScopeAliases>, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<OAuth2ApplicationScopeAliases>

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

This class is a wrapper for OAuth2ApplicationScopeAliases.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliases

    O_AUTH2_APPLICATION_SCOPE_ALIASES_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this o auth2 application scope aliases.
    Returns the create date of this o auth2 application scope aliases.
     
    long
    Returns the o auth2 application ID of this o auth2 application scope aliases.
    long
    Returns the o auth2 application scope aliases ID of this o auth2 application scope aliases.
    long
    Returns the primary key of this o auth2 application scope aliases.
    long
    Returns the user ID of this o auth2 application scope aliases.
    Returns the user name of this o auth2 application scope aliases.
    Returns the user uuid of this o auth2 application scope aliases.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this o auth2 application scope aliases.
    void
    setCreateDate(Date createDate)
    Sets the create date of this o auth2 application scope aliases.
    void
     
    void
    setOAuth2ApplicationId(long oAuth2ApplicationId)
    Sets the o auth2 application ID of this o auth2 application scope aliases.
    void
    setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
    Sets the o auth2 application scope aliases ID of this o auth2 application scope aliases.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this o auth2 application scope aliases.
    void
    setUserId(long userId)
    Sets the user ID of this o auth2 application scope aliases.
    void
    setUserName(String userName)
    Sets the user name of this o auth2 application scope aliases.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this o auth2 application scope aliases.
     
    wrap(OAuth2ApplicationScopeAliases oAuth2ApplicationScopeAliases)
     

    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

    • OAuth2ApplicationScopeAliasesWrapper

      public OAuth2ApplicationScopeAliasesWrapper(OAuth2ApplicationScopeAliases oAuth2ApplicationScopeAliases)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this o auth2 application scope aliases.
      Specified by:
      getCompanyId in interface OAuth2ApplicationScopeAliasesModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this o auth2 application scope aliases
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this o auth2 application scope aliases.
      Specified by:
      getCreateDate in interface OAuth2ApplicationScopeAliasesModel
      Returns:
      the create date of this o auth2 application scope aliases
    • getOAuth2ApplicationId

      public long getOAuth2ApplicationId()
      Returns the o auth2 application ID of this o auth2 application scope aliases.
      Specified by:
      getOAuth2ApplicationId in interface OAuth2ApplicationScopeAliasesModel
      Returns:
      the o auth2 application ID of this o auth2 application scope aliases
    • getOAuth2ApplicationScopeAliasesId

      public long getOAuth2ApplicationScopeAliasesId()
      Returns the o auth2 application scope aliases ID of this o auth2 application scope aliases.
      Specified by:
      getOAuth2ApplicationScopeAliasesId in interface OAuth2ApplicationScopeAliasesModel
      Returns:
      the o auth2 application scope aliases ID of this o auth2 application scope aliases
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this o auth2 application scope aliases.
      Specified by:
      getPrimaryKey in interface OAuth2ApplicationScopeAliasesModel
      Returns:
      the primary key of this o auth2 application scope aliases
    • getUserId

      public long getUserId()
      Returns the user ID of this o auth2 application scope aliases.
      Specified by:
      getUserId in interface OAuth2ApplicationScopeAliasesModel
      Returns:
      the user ID of this o auth2 application scope aliases
    • getUserName

      public String getUserName()
      Returns the user name of this o auth2 application scope aliases.
      Specified by:
      getUserName in interface OAuth2ApplicationScopeAliasesModel
      Returns:
      the user name of this o auth2 application scope aliases
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this o auth2 application scope aliases.
      Specified by:
      getUserUuid in interface OAuth2ApplicationScopeAliasesModel
      Returns:
      the user uuid of this o auth2 application scope aliases
    • 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 auth2 application scope aliases.
      Specified by:
      setCompanyId in interface OAuth2ApplicationScopeAliasesModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this o auth2 application scope aliases
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this o auth2 application scope aliases.
      Specified by:
      setCreateDate in interface OAuth2ApplicationScopeAliasesModel
      Parameters:
      createDate - the create date of this o auth2 application scope aliases
    • setOAuth2ApplicationId

      public void setOAuth2ApplicationId(long oAuth2ApplicationId)
      Sets the o auth2 application ID of this o auth2 application scope aliases.
      Specified by:
      setOAuth2ApplicationId in interface OAuth2ApplicationScopeAliasesModel
      Parameters:
      oAuth2ApplicationId - the o auth2 application ID of this o auth2 application scope aliases
    • setOAuth2ApplicationScopeAliasesId

      public void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
      Sets the o auth2 application scope aliases ID of this o auth2 application scope aliases.
      Specified by:
      setOAuth2ApplicationScopeAliasesId in interface OAuth2ApplicationScopeAliasesModel
      Parameters:
      oAuth2ApplicationScopeAliasesId - the o auth2 application scope aliases ID of this o auth2 application scope aliases
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this o auth2 application scope aliases.
      Specified by:
      setPrimaryKey in interface OAuth2ApplicationScopeAliasesModel
      Parameters:
      primaryKey - the primary key of this o auth2 application scope aliases
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this o auth2 application scope aliases.
      Specified by:
      setUserId in interface OAuth2ApplicationScopeAliasesModel
      Parameters:
      userId - the user ID of this o auth2 application scope aliases
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this o auth2 application scope aliases.
      Specified by:
      setUserName in interface OAuth2ApplicationScopeAliasesModel
      Parameters:
      userName - the user name of this o auth2 application scope aliases
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this o auth2 application scope aliases.
      Specified by:
      setUserUuid in interface OAuth2ApplicationScopeAliasesModel
      Parameters:
      userUuid - the user uuid of this o auth2 application scope aliases
    • toXmlString

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

      protected OAuth2ApplicationScopeAliasesWrapper wrap(OAuth2ApplicationScopeAliases oAuth2ApplicationScopeAliases)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2ApplicationScopeAliases>