Interface OAuthClientASLocalMetadata
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<OAuthClientASLocalMetadata>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<OAuthClientASLocalMetadata>,com.liferay.portal.kernel.model.MVCCModel,OAuthClientASLocalMetadataModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
OAuthClientASLocalMetadataWrapper
@ProviderType
public interface OAuthClientASLocalMetadata
extends OAuthClientASLocalMetadataModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the OAuthClientASLocalMetadata service. Represents a row in the "OAuthClientASLocalMetadata" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<OAuthClientASLocalMetadata,Long> -
Method Summary
Methods 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
compareToMethods inherited from interface com.liferay.oauth.client.persistence.model.OAuthClientASLocalMetadataModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getLocalWellKnownURI, getMetadataJSON, getModifiedDate, getMvccVersion, getOAuthClientASLocalMetadataId, getPrimaryKey, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setLocalWellKnownURI, setMetadataJSON, setModifiedDate, setMvccVersion, setOAuthClientASLocalMetadataId, setPrimaryKey, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
O_AUTH_CLIENT_AS_LOCAL_METADATA_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<OAuthClientASLocalMetadata,Long> O_AUTH_CLIENT_AS_LOCAL_METADATA_ID_ACCESSOR
-