Class StandardTimeEntityValidatorContribution
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.StandardTimeEntityValidatorContribution
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.use other constructor (will be later removed if class is converted to record)StandardTimeEntityValidatorContribution(String entityName, String from, String till, boolean equalAllowed) -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()getTill()booleanvoidsetEntityName(String entityName) Deprecated.voidsetEqualAllowed(boolean equalAllowed) Deprecated.voidDeprecated.voidDeprecated.
-
Constructor Details
-
StandardTimeEntityValidatorContribution
Deprecated.use other constructor (will be later removed if class is converted to record) -
StandardTimeEntityValidatorContribution
-
-
Method Details
-
getEntityName
-
setEntityName
Deprecated. -
getTill
-
setTill
Deprecated. -
getFrom
-
setFrom
Deprecated. -
isEqualAllowed
public boolean isEqualAllowed() -
setEqualAllowed
Deprecated.
-