Class AbstractRecord
- java.lang.Object
-
- cc.carm.lib.configuration.demo.tests.model.AbstractRecord
-
- Direct Known Subclasses:
UserRecord
public abstract class AbstractRecord extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description AbstractRecord(@NotNull java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.StringgetName()
-