Class SequenceValueInvalid
java.lang.Object
ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
ch.tocco.nice2.model.entity.api.schema.events.SequenceValueInvalid
- All Implemented Interfaces:
Descriptive
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
CheckEvent.Level
-
Constructor Summary
ConstructorDescriptionSequenceValueInvalid
(ColumnMetaData column, String sequenceName, long nextSequenceValue, long currentValue) -
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
-
SequenceValueInvalid
public SequenceValueInvalid(ColumnMetaData column, String sequenceName, long nextSequenceValue, long currentValue)
-
-
Method Details
-
getColumn
-
getNextSequenceValue
public long getNextSequenceValue() -
getCurrentValue
public long getCurrentValue() -
getSequenceName
-
getDescription
- Specified by:
getDescription
in interfaceDescriptive
-
equals
-
hashCode
public int hashCode() -
toString
-