Interface ObjectState

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ObjectState>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<ObjectState>, com.liferay.portal.kernel.model.MVCCModel, ObjectStateModel, 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:
ObjectStateWrapper

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

    • OBJECT_STATE_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<ObjectState,Long> OBJECT_STATE_ID_ACCESSOR
  • Method Details