public class IndexInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
columnName
The column name variable .
|
private String |
indexName
Index name value
|
private String |
indexType
The index type.
|
private Integer |
maxValue
Maximum allowed value for this column
|
private Integer |
minValue
Minimum allowed value for this column
|
| Constructor and Description |
|---|
IndexInfo(String columnName) |
IndexInfo(String columnName,
Integer maxValue,
Integer minValue,
String indexType,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object columnName)
Equals method compare two object of columnInfo on the basis of their
name.
|
String |
getColumnName() |
String |
getIndexName() |
String |
getIndexType() |
Integer |
getMaxValue() |
Integer |
getMinValue() |
void |
setColumnName(String columnName) |
void |
setIndexType(String indexType) |
void |
setMaxValue(Integer maxValue) |
void |
setMinValue(Integer minValue) |
String |
toString() |
private String columnName
private Integer maxValue
private Integer minValue
private String indexType
private String indexName
public IndexInfo(String columnName, Integer maxValue, Integer minValue, String indexType, String indexName)
public IndexInfo(String columnName)
public String getColumnName()
public void setColumnName(String columnName)
public Integer getMaxValue()
public void setMaxValue(Integer maxValue)
public Integer getMinValue()
public void setMinValue(Integer minValue)
public String getIndexType()
public void setIndexType(String indexType)
public boolean equals(Object columnName)
public String getIndexName()
Copyright © 2015. All Rights Reserved.