public class GcTableSyncColumnMetadata extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GcTableSyncColumnMetadata.ColumnType | 
| Constructor and Description | 
|---|
| GcTableSyncColumnMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | getColumnDisplaySize()length of string cols | 
| int | getColumnIndexZeroIndexed()column index zero indexed | 
| String | getColumnName()name of column | 
| GcTableSyncColumnMetadata.ColumnType | getColumnType()type of column | 
| int | getPrecision()precision of number in database | 
| int | getScale()scale of number in database | 
| int | hashCode() | 
| void | setColumnDisplaySize(int stringLength1)length of string cols | 
| void | setColumnIndexZeroIndexed(int columnIndexZeroIndexed1) | 
| void | setColumnName(String columnName1)name of column | 
| void | setColumnType(GcTableSyncColumnMetadata.ColumnType columnType1)type of column | 
| void | setPrecision(int precision1)precision of number in database | 
| void | setScale(int scale1)scale of number in database | 
| String | toString() | 
public int getColumnIndexZeroIndexed()
public void setColumnIndexZeroIndexed(int columnIndexZeroIndexed1)
columnIndexZeroIndexed1 - the columnIndexZeroIndexed to setpublic int getPrecision()
public void setPrecision(int precision1)
precision1 - the precision to setpublic int getScale()
public void setScale(int scale1)
scale1 - the scale to setpublic int getColumnDisplaySize()
public void setColumnDisplaySize(int stringLength1)
stringLength1 - the stringLength to setpublic GcTableSyncColumnMetadata.ColumnType getColumnType()
public void setColumnType(GcTableSyncColumnMetadata.ColumnType columnType1)
columnType1 - the columnType to setpublic String getColumnName()
public void setColumnName(String columnName1)
columnName1 - the columnName to setCopyright © 2016 Internet2. All rights reserved.