Interface ObjectView

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ObjectView>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<ObjectView>, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, ObjectViewModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel
All Known Implementing Classes:
ObjectViewWrapper

@ProviderType public interface ObjectView extends ObjectViewModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the ObjectView service. Represents a row in the "ObjectView" database table, with each column mapped to a property of this class.
See Also:
Generated: