public class OAuth2ScopeGrantWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2ScopeGrant> implements com.liferay.portal.kernel.model.ModelWrapper<OAuth2ScopeGrant>, OAuth2ScopeGrant
This class is a wrapper for OAuth2ScopeGrant.
OAuth2ScopeGrant,
Serialized FormO_AUTH2_SCOPE_GRANT_ID_ACCESSOR| Constructor and Description |
|---|
OAuth2ScopeGrantWrapper(OAuth2ScopeGrant oAuth2ScopeGrant) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeGrant |
cloneWithOriginalValues() |
java.lang.String |
getApplicationName()
Returns the application name of this o auth2 scope grant.
|
java.lang.String |
getBundleSymbolicName()
Returns the bundle symbolic name of this o auth2 scope grant.
|
long |
getCompanyId()
Returns the company ID of this o auth2 scope grant.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getOAuth2ApplicationScopeAliasesId()
Returns the o auth2 application scope aliases ID of this o auth2 scope grant.
|
long |
getOAuth2ScopeGrantId()
Returns the o auth2 scope grant ID of this o auth2 scope grant.
|
long |
getPrimaryKey()
Returns the primary key of this o auth2 scope grant.
|
java.lang.String |
getScope()
Returns the scope of this o auth2 scope grant.
|
java.lang.String |
getScopeAliases()
Returns the scope aliases of this o auth2 scope grant.
|
java.util.List<java.lang.String> |
getScopeAliasesList() |
void |
persist() |
void |
setApplicationName(java.lang.String applicationName)
Sets the application name of this o auth2 scope grant.
|
void |
setBundleSymbolicName(java.lang.String bundleSymbolicName)
Sets the bundle symbolic name of this o auth2 scope grant.
|
void |
setCompanyId(long companyId)
Sets the company ID of this o auth2 scope grant.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
Sets the o auth2 application scope aliases ID of this o auth2 scope grant.
|
void |
setOAuth2ScopeGrantId(long oAuth2ScopeGrantId)
Sets the o auth2 scope grant ID of this o auth2 scope grant.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this o auth2 scope grant.
|
void |
setScope(java.lang.String scope)
Sets the scope of this o auth2 scope grant.
|
void |
setScopeAliases(java.lang.String scopeAliases)
Sets the scope aliases of this o auth2 scope grant.
|
void |
setScopeAliasesList(java.util.List<java.lang.String> scopeAliasesList) |
java.lang.String |
toXmlString() |
protected OAuth2ScopeGrantWrapper |
wrap(OAuth2ScopeGrant oAuth2ScopeGrant) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic OAuth2ScopeGrantWrapper(OAuth2ScopeGrant oAuth2ScopeGrant)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public OAuth2ScopeGrant cloneWithOriginalValues()
cloneWithOriginalValues in interface OAuth2ScopeGrantModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public java.lang.String getApplicationName()
getApplicationName in interface OAuth2ScopeGrantModelpublic java.lang.String getBundleSymbolicName()
getBundleSymbolicName in interface OAuth2ScopeGrantModelpublic long getCompanyId()
getCompanyId in interface OAuth2ScopeGrantModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getOAuth2ApplicationScopeAliasesId()
getOAuth2ApplicationScopeAliasesId in interface OAuth2ScopeGrantModelpublic long getOAuth2ScopeGrantId()
getOAuth2ScopeGrantId in interface OAuth2ScopeGrantModelpublic long getPrimaryKey()
getPrimaryKey in interface OAuth2ScopeGrantModelpublic java.lang.String getScope()
getScope in interface OAuth2ScopeGrantModelpublic java.lang.String getScopeAliases()
getScopeAliases in interface OAuth2ScopeGrantModelpublic java.util.List<java.lang.String> getScopeAliasesList()
getScopeAliasesList in interface OAuth2ScopeGrantpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setApplicationName(java.lang.String applicationName)
setApplicationName in interface OAuth2ScopeGrantModelapplicationName - the application name of this o auth2 scope grantpublic void setBundleSymbolicName(java.lang.String bundleSymbolicName)
setBundleSymbolicName in interface OAuth2ScopeGrantModelbundleSymbolicName - the bundle symbolic name of this o auth2 scope grantpublic void setCompanyId(long companyId)
setCompanyId in interface OAuth2ScopeGrantModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this o auth2 scope grantpublic void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
setOAuth2ApplicationScopeAliasesId in interface OAuth2ScopeGrantModeloAuth2ApplicationScopeAliasesId - the o auth2 application scope aliases ID of this o auth2 scope grantpublic void setOAuth2ScopeGrantId(long oAuth2ScopeGrantId)
setOAuth2ScopeGrantId in interface OAuth2ScopeGrantModeloAuth2ScopeGrantId - the o auth2 scope grant ID of this o auth2 scope grantpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface OAuth2ScopeGrantModelprimaryKey - the primary key of this o auth2 scope grantpublic void setScope(java.lang.String scope)
setScope in interface OAuth2ScopeGrantModelscope - the scope of this o auth2 scope grantpublic void setScopeAliases(java.lang.String scopeAliases)
setScopeAliases in interface OAuth2ScopeGrantModelscopeAliases - the scope aliases of this o auth2 scope grantpublic void setScopeAliasesList(java.util.List<java.lang.String> scopeAliasesList)
setScopeAliasesList in interface OAuth2ScopeGrantpublic java.lang.String toXmlString()
toXmlString in interface OAuth2ScopeGrantModelprotected OAuth2ScopeGrantWrapper wrap(OAuth2ScopeGrant oAuth2ScopeGrant)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2ScopeGrant>