Package hec.data.tx

Class DescriptionTxColumnModel

java.lang.Object
hec.data.tx.DescriptionTxColumnModel
All Implemented Interfaces:
Serializable

public class DescriptionTxColumnModel extends Object implements Serializable
A DescriptionTxColumnModel is a column representation of a DescriptionTx for a JTable.
See Also:
  • Constructor Details

    • DescriptionTxColumnModel

      public DescriptionTxColumnModel()
    • DescriptionTxColumnModel

      public DescriptionTxColumnModel(DescriptionTx d)
  • Method Details

    • getNumColumns

      public static int getNumColumns()
    • getColumnLabel

      public static String getColumnLabel(int col)
    • getDescriptionTx

      public DescriptionTx getDescriptionTx()
    • setDescriptionTx

      public void setDescriptionTx(DescriptionTx d)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getColumn

      public Object getColumn(int col)
      Returns an item based on the String Constructor's positions.
    • setColumn

      public boolean setColumn(Object o, int col)
    • setLocationID

      public boolean setLocationID(Object o)
    • setParameter

      public boolean setParameter(Object o)
    • setParameterType

      public boolean setParameterType(Object o)
    • setInterval

      public boolean setInterval(Object o)
    • setDuration

      public boolean setDuration(Object o)
    • setVersion

      public boolean setVersion(Object o)
    • getLocationID

      public Object getLocationID()
    • getParameter

      public Object getParameter()
    • getParameterType

      public Object getParameterType()
    • getInterval

      public Object getInterval()
    • getDuration

      public Object getDuration()
    • getVersion

      public Object getVersion()