Class TableModelRowWithObject<T extends java.io.Serializable>

    • Constructor Detail

      • TableModelRowWithObject

        public TableModelRowWithObject​(T objectOrNull,
                                       java.util.List<ISerializableComparable> values)
    • Method Detail

      • getObjects

        public static <T extends java.io.Serializable> java.util.List<T> getObjects​(java.util.List<TableModelRowWithObject<T>> rows)
      • getObjectOrNull

        public T getObjectOrNull()
      • getId

        public java.lang.Long getId()
        Description copied from interface: IIdHolder
        Returns the technical ID of this instance.
        Specified by:
        getId in interface IIdHolder
        Returns:
        null if there is no Id.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object