Interface ObjectValidationRule

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ObjectValidationRule>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<ObjectValidationRule>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, ObjectValidationRuleModel, 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:
ObjectValidationRuleWrapper

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

    • OBJECT_VALIDATION_RULE_ID_ACCESSOR

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