Class 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.String name  
    • 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.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        @NotNull
        protected final @NotNull java.lang.String name
    • Constructor Detail

      • AbstractRecord

        public AbstractRecord​(@NotNull
                              @NotNull java.lang.String name)
    • Method Detail

      • getName

        @NotNull
        public @NotNull java.lang.String getName()