public class StoreColumnData
extends java.lang.Object
StoreColumnData
acts as a pojo class, holding column data information.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getColumnType()
Gets the data type representing the column
|
java.lang.Object |
getColumnValue()
Gets the column value
|
boolean |
getIsIndexed()
Indicates if index is required on this column
|
java.lang.String |
getOperator()
Gets the operator
|
boolean |
isPrimary()
Indicates if column is part of primary key.
|
void |
setColumnType(java.lang.Object columnType)
Sets the data type representing the column
|
void |
setColumnValue(java.lang.Object columnValue)
Sets the column value
|
void |
setOperator(java.lang.String operator)
Sets the operator
|
public boolean getIsIndexed()
public boolean isPrimary()
public java.lang.Object getColumnType()
public void setColumnType(java.lang.Object columnType)
columnType
- public java.lang.Object getColumnValue()
public void setColumnValue(java.lang.Object columnValue)
columnValue
- public java.lang.String getOperator()
public void setOperator(java.lang.String operator)
operator
-