@ProviderType public interface OAuth2ApplicationScopeAliasesModel extends com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>, com.liferay.portal.kernel.model.ShardedModel
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
.
OAuth2ApplicationScopeAliases
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Returns the company ID of this o auth2 application scope aliases.
|
java.util.Date |
getCreateDate()
Returns the create date of this o auth2 application scope aliases.
|
long |
getOAuth2ApplicationId()
Returns the o auth2 application ID of this o auth2 application scope aliases.
|
long |
getOAuth2ApplicationScopeAliasesId()
Returns the o auth2 application scope aliases ID of this o auth2 application scope aliases.
|
long |
getPrimaryKey()
Returns the primary key of this o auth2 application scope aliases.
|
long |
getUserId()
Returns the user ID of this o auth2 application scope aliases.
|
java.lang.String |
getUserName()
Returns the user name of this o auth2 application scope aliases.
|
java.lang.String |
getUserUuid()
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(java.util.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(java.lang.String userName)
Sets the user name of this o auth2 application scope aliases.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this o auth2 application scope aliases.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this o auth2 application scope aliaseslong getOAuth2ApplicationScopeAliasesId()
void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
oAuth2ApplicationScopeAliasesId
- the o auth2 application scope aliases ID of this o auth2 application scope aliaseslong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this o auth2 application scope aliaseslong getUserId()
void setUserId(long userId)
userId
- the user ID of this o auth2 application scope aliasesjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this o auth2 application scope aliases@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName
- the user name of this o auth2 application scope aliasesjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this o auth2 application scope aliaseslong getOAuth2ApplicationId()
void setOAuth2ApplicationId(long oAuth2ApplicationId)
oAuth2ApplicationId
- the o auth2 application ID of this o auth2 application scope aliases