Class GcTableSyncColumnMetadata

java.lang.Object
edu.internet2.middleware.grouperClient.jdbc.tableSync.GcTableSyncColumnMetadata

public class GcTableSyncColumnMetadata extends Object
  • Constructor Details

    • GcTableSyncColumnMetadata

      public GcTableSyncColumnMetadata()
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getColumnIndexZeroIndexed

      public int getColumnIndexZeroIndexed()
      column index zero indexed
      Returns:
      the columnIndexZeroIndexed
    • setColumnIndexZeroIndexed

      public void setColumnIndexZeroIndexed(int columnIndexZeroIndexed1)
      Parameters:
      columnIndexZeroIndexed1 - the columnIndexZeroIndexed to set
    • getPrecision

      public int getPrecision()
      precision of number in database
      Returns:
      the precision
    • setPrecision

      public void setPrecision(int precision1)
      precision of number in database
      Parameters:
      precision1 - the precision to set
    • getScale

      public int getScale()
      scale of number in database
      Returns:
      the scale
    • setScale

      public void setScale(int scale1)
      scale of number in database
      Parameters:
      scale1 - the scale to set
    • getColumnDisplaySize

      public int getColumnDisplaySize()
      length of string cols
      Returns:
      the stringLength
    • setColumnDisplaySize

      public void setColumnDisplaySize(int stringLength1)
      length of string cols
      Parameters:
      stringLength1 - the stringLength to set
    • getColumnType

      public GcTableSyncColumnMetadata.ColumnType getColumnType()
      type of column
      Returns:
      the columnType
    • setColumnType

      public void setColumnType(GcTableSyncColumnMetadata.ColumnType columnType1)
      type of column
      Parameters:
      columnType1 - the columnType to set
    • getColumnName

      public String getColumnName()
      name of column
      Returns:
      the columnName
    • setColumnName

      public void setColumnName(String columnName1)
      name of column
      Parameters:
      columnName1 - the columnName to set