public class ColumnInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
columnName
The column name variable .
|
private boolean |
isIndexable
The is indexable variable for indexing the column.
|
private String |
order
The column order by variable .
|
private Class |
type
The type variable.
|
| Constructor and Description |
|---|
ColumnInfo()
Instantiates a new column info.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals method compare two object of columnInfo on the basis of their
name.
|
String |
getColumnName()
Gets the column name.
|
String |
getOrderBy() |
Class |
getType() |
int |
hashCode() |
boolean |
isIndexable()
Checks if is indexable.
|
void |
setColumnName(String columnName)
Sets the column name.
|
void |
setIndexable(boolean isIndexable)
Sets the indexable.
|
void |
setOrderBy(String order) |
void |
setType(Class type) |
String |
toString() |
private boolean isIndexable
private String columnName
private String order
private Class type
public boolean equals(Object obj)
public String getColumnName()
public void setColumnName(String columnName)
columnName - the columnName to setpublic boolean isIndexable()
public void setIndexable(boolean isIndexable)
isIndexable - the isIndexable to setpublic Class getType()
public void setType(Class type)
type - the type to setpublic void setOrderBy(String order)
public String getOrderBy()
Copyright © 2015. All Rights Reserved.