Class AntTableItem

  • Direct Known Subclasses:
    ProjectSampleTableItem

    public abstract class AntTableItem
    extends java.lang.Object
    Base class to be used to represent a row in a AntD table.
    • Constructor Summary

      Constructors 
      Constructor Description
      AntTableItem​(java.lang.Long key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getKey()  
      • Methods inherited from class java.lang.Object

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

      • AntTableItem

        public AntTableItem​(java.lang.Long key)
    • Method Detail

      • getKey

        public java.lang.Long getKey()