Class InvalidCounterRow
java.lang.Object
ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
ch.tocco.nice2.model.entity.api.schema.events.InvalidCounterRow
- All Implemented Interfaces:
Descriptive
Indicates wrong counter values.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
CheckEvent.Level
-
Constructor Summary
ConstructorDescriptionInvalidCounterRow
(InvalidCounterRow.Code code, EntityModel model, FieldModel field, TableMetaData table) -
Method Summary
Methods inherited from class ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
appendColumn, appendField, appendField, appendForeignKeyInfo, appendRelationString, getCreated, getLevel, getMetaData
-
Constructor Details
-
InvalidCounterRow
public InvalidCounterRow(InvalidCounterRow.Code code, EntityModel model, FieldModel field, TableMetaData table)
-
-
Method Details
-
getCode
-
getEntityModel
Returns the entity model that contains the field of type `counter` that has invalid values. -
getFieldModel
Returns the field model of type `counter` that has invalid values. -
getDescription
- Specified by:
getDescription
in interfaceDescriptive
-
equals
-
hashCode
public int hashCode() -
toString
-