Class ColumnDescriptor<T>

  • Type Parameters:
    T -

    public class ColumnDescriptor<T>
    extends java.lang.Object
    Author:
    Brian Remedios
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public final java.lang.String id
      • title

        public final java.lang.String title
    • Constructor Detail

      • ColumnDescriptor

        public ColumnDescriptor​(java.lang.String theId,
                                java.lang.String theTitle,
                                ColumnDescriptor.Accessor<T> theAccessor)