Package pl.matsuo.core.model.numeration
Class Numeration
java.lang.Object
pl.matsuo.core.model.AbstractEntity
pl.matsuo.core.model.numeration.Numeration
- All Implemented Interfaces:
Comparable<AbstractEntity>,HasId,TemporalEntity
@Entity public class Numeration extends AbstractEntity implements TemporalEntity
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull Stringcodeprotected LongidEntityOwning entity id.protected IntegermaxValueprotected @NotNull IntegerminValueprotected @NotNull Stringpatternprotected @NotNull IntegervalueFields inherited from class pl.matsuo.core.model.AbstractEntity
createdBy, createdTime, id, idBucket, lastModifiedBy, lastModifiedTime -
Constructor Summary
Constructors Constructor Description Numeration() -
Method Summary
Methods inherited from class pl.matsuo.core.model.AbstractEntity
compareToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.matsuo.core.model.api.TemporalEntity
getEndDate, getStartDate, setEndDate, setStartDate
-
Field Details
-
value
-
idEntity
Owning entity id. May be null if this numeration is 'general' (depending on the context). -
minValue
-
maxValue
-
code
-
pattern
-
-
Constructor Details
-
Numeration
public Numeration()
-