public class OAuth2ScopeGrantWrapper extends java.lang.Object 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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(OAuth2ScopeGrant oAuth2ScopeGrant) |
boolean |
equals(java.lang.Object object) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
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.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getScope()
Returns the scope of this o auth2 scope grant.
|
OAuth2ScopeGrant |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
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 |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this o auth2 scope grant.
|
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNew(boolean n) |
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setScope(java.lang.String scope)
Sets the scope of this o auth2 scope grant.
|
com.liferay.portal.kernel.model.CacheModel<OAuth2ScopeGrant> |
toCacheModel() |
OAuth2ScopeGrant |
toEscapedModel() |
java.lang.String |
toString() |
OAuth2ScopeGrant |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public OAuth2ScopeGrantWrapper(OAuth2ScopeGrant oAuth2ScopeGrant)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic 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 java.lang.Object clone()
clone in interface OAuth2ScopeGrantModelclone in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>clone in class java.lang.Objectpublic int compareTo(OAuth2ScopeGrant oAuth2ScopeGrant)
compareTo in interface OAuth2ScopeGrantModelcompareTo in interface java.lang.Comparable<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 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface OAuth2ScopeGrantModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getOAuth2ApplicationScopeAliasesId()
getOAuth2ApplicationScopeAliasesId in interface OAuth2ScopeGrantModelpublic long getOAuth2ScopeGrantId()
getOAuth2ScopeGrantId in interface OAuth2ScopeGrantModelpublic long getPrimaryKey()
getPrimaryKey in interface OAuth2ScopeGrantModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface OAuth2ScopeGrantModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getScope()
getScope in interface OAuth2ScopeGrantModelpublic int hashCode()
hashCode in interface OAuth2ScopeGrantModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface OAuth2ScopeGrantModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public boolean isEscapedModel()
isEscapedModel in interface OAuth2ScopeGrantModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public boolean isNew()
isNew in interface OAuth2ScopeGrantModelisNew in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public 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 setCachedModel(boolean cachedModel)
setCachedModel in interface OAuth2ScopeGrantModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public 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 setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface OAuth2ScopeGrantModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface OAuth2ScopeGrantModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface OAuth2ScopeGrantModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public void setNew(boolean n)
setNew in interface OAuth2ScopeGrantModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public 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 setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface OAuth2ScopeGrantModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setScope(java.lang.String scope)
setScope in interface OAuth2ScopeGrantModelscope - the scope of this o auth2 scope grantpublic com.liferay.portal.kernel.model.CacheModel<OAuth2ScopeGrant> toCacheModel()
toCacheModel in interface OAuth2ScopeGrantModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public OAuth2ScopeGrant toEscapedModel()
toEscapedModel in interface OAuth2ScopeGrantModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public java.lang.String toString()
toString in interface OAuth2ScopeGrantModeltoString in class java.lang.Objectpublic OAuth2ScopeGrant toUnescapedModel()
toUnescapedModel in interface OAuth2ScopeGrantModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public java.lang.String toXmlString()
toXmlString in interface OAuth2ScopeGrantModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic OAuth2ScopeGrant getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<OAuth2ScopeGrant>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>