Interface OAuth2ApplicationScopeAliasesModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<OAuth2ApplicationScopeAliases>, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
OAuth2ApplicationScopeAliases
All Known Implementing Classes:
OAuth2ApplicationScopeAliasesWrapper

@ProviderType public interface OAuth2ApplicationScopeAliasesModel extends com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the OAuth2ApplicationScopeAliases service. Represents a row in the "OAuth2ApplicationScopeAliases" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.oauth2.provider.model.impl.OAuth2ApplicationScopeAliasesModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.oauth2.provider.model.impl.OAuth2ApplicationScopeAliasesImpl.

See Also:
Generated:
  • 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
    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
    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.
    default String
     

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this o auth2 application scope aliases.
      Returns:
      the primary key of this o auth2 application scope aliases
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this o auth2 application scope aliases.
      Parameters:
      primaryKey - the primary key of this o auth2 application scope aliases
    • getOAuth2ApplicationScopeAliasesId

      long getOAuth2ApplicationScopeAliasesId()
      Returns the o auth2 application scope aliases ID of this o auth2 application scope aliases.
      Returns:
      the o auth2 application scope aliases ID of this o auth2 application scope aliases
    • setOAuth2ApplicationScopeAliasesId

      void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
      Sets the o auth2 application scope aliases ID of this o auth2 application scope aliases.
      Parameters:
      oAuth2ApplicationScopeAliasesId - the o auth2 application scope aliases ID of this o auth2 application scope aliases
    • getCompanyId

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

      void setCompanyId(long companyId)
      Sets the company ID of this o auth2 application scope aliases.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this o auth2 application scope aliases
    • getUserId

      long getUserId()
      Returns the user ID of this o auth2 application scope aliases.
      Returns:
      the user ID of this o auth2 application scope aliases
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this o auth2 application scope aliases.
      Parameters:
      userId - the user ID of this o auth2 application scope aliases
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this o auth2 application scope aliases.
      Returns:
      the user uuid of this o auth2 application scope aliases
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this o auth2 application scope aliases.
      Parameters:
      userUuid - the user uuid of this o auth2 application scope aliases
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this o auth2 application scope aliases.
      Returns:
      the user name of this o auth2 application scope aliases
    • setUserName

      void setUserName(String userName)
      Sets the user name of this o auth2 application scope aliases.
      Parameters:
      userName - the user name of this o auth2 application scope aliases
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this o auth2 application scope aliases.
      Returns:
      the create date of this o auth2 application scope aliases
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this o auth2 application scope aliases.
      Parameters:
      createDate - the create date of this o auth2 application scope aliases
    • getOAuth2ApplicationId

      long getOAuth2ApplicationId()
      Returns the o auth2 application ID of this o auth2 application scope aliases.
      Returns:
      the o auth2 application ID of this o auth2 application scope aliases
    • setOAuth2ApplicationId

      void setOAuth2ApplicationId(long oAuth2ApplicationId)
      Sets the o auth2 application ID of this o auth2 application scope aliases.
      Parameters:
      oAuth2ApplicationId - the o auth2 application ID of this o auth2 application scope aliases
    • cloneWithOriginalValues

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

      default String toXmlString()