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 TypeMethodDescriptionlongReturns the company ID of this o auth2 application scope aliases.Returns the create date of this o auth2 application scope aliases.longReturns the o auth2 application ID of this o auth2 application scope aliases.longReturns the o auth2 application scope aliases ID of this o auth2 application scope aliases.longReturns the primary key of this o auth2 application scope aliases.longReturns 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.voidsetCompanyId(long companyId) Sets the company ID of this o auth2 application scope aliases.voidsetCreateDate(Date createDate) Sets the create date of this o auth2 application scope aliases.voidsetOAuth2ApplicationId(long oAuth2ApplicationId) Sets the o auth2 application ID of this o auth2 application scope aliases.voidsetOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId) Sets the o auth2 application scope aliases ID of this o auth2 application scope aliases.voidsetPrimaryKey(long primaryKey) Sets the primary key of this o auth2 application scope aliases.voidsetUserId(long userId) Sets the user ID of this o auth2 application scope aliases.voidsetUserName(String userName) Sets the user name of this o auth2 application scope aliases.voidsetUserUuid(String userUuid) Sets the user uuid of this o auth2 application scope aliases.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getCompanyIdin interfacecom.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:
setCompanyIdin interfacecom.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
Sets the user uuid of this o auth2 application scope aliases.- Parameters:
userUuid- the user uuid of this o auth2 application scope aliases
-
getUserName
Returns the user name of this o auth2 application scope aliases.- Returns:
- the user name of this o auth2 application scope aliases
-
setUserName
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
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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>
-
toXmlString
-