Package pl.matsuo.core.model.numeration
Class NumerationSchema
java.lang.Object
pl.matsuo.core.model.AbstractEntity
pl.matsuo.core.model.numeration.NumerationSchema
- All Implemented Interfaces:
Comparable<AbstractEntity>,HasId
@Entity public class NumerationSchema extends AbstractEntity
-
Field Summary
Fields Modifier and Type Field Description protected Stringcodeprotected StringcreationStrategyHow not numeration instances should be created basing on data contained in this schema.protected IntegermaxValueprotected @NotNull IntegerminValueprotected Stringpatternprotected IntegervalueFields inherited from class pl.matsuo.core.model.AbstractEntity
createdBy, createdTime, id, idBucket, lastModifiedBy, lastModifiedTime -
Constructor Summary
Constructors Constructor Description NumerationSchema() -
Method Summary
Methods inherited from class pl.matsuo.core.model.AbstractEntity
compareTo
-
Field Details
-
value
-
minValue
-
maxValue
-
code
-
pattern
-
creationStrategy
How not numeration instances should be created basing on data contained in this schema.
-
-
Constructor Details
-
NumerationSchema
public NumerationSchema()
-