@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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(OAuth2ApplicationScopeAliases oAuth2ApplicationScopeAliases) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getScopeAliases()
Returns the scope aliases of this o auth2 application scope aliases.
|
long |
getScopeAliasesHash()
Returns the scope aliases hash 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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setNew(boolean n) |
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setScopeAliases(java.lang.String scopeAliases)
Sets the scope aliases of this o auth2 application scope aliases.
|
void |
setScopeAliasesHash(long scopeAliasesHash)
Sets the scope aliases hash 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.
|
com.liferay.portal.kernel.model.CacheModel<OAuth2ApplicationScopeAliases> |
toCacheModel() |
OAuth2ApplicationScopeAliases |
toEscapedModel() |
java.lang.String |
toString() |
OAuth2ApplicationScopeAliases |
toUnescapedModel() |
java.lang.String |
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.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - 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@AutoEscape java.lang.String getScopeAliases()
void setScopeAliases(java.lang.String scopeAliases)
scopeAliases - the scope aliases of this o auth2 application scope aliaseslong getScopeAliasesHash()
void setScopeAliasesHash(long scopeAliasesHash)
scopeAliasesHash - the scope aliases hash of this o auth2 application scope aliasesboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>int compareTo(OAuth2ApplicationScopeAliases oAuth2ApplicationScopeAliases)
compareTo in interface java.lang.Comparable<OAuth2ApplicationScopeAliases>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<OAuth2ApplicationScopeAliases> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>OAuth2ApplicationScopeAliases toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>OAuth2ApplicationScopeAliases toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ApplicationScopeAliases>