public final class Column extends Object
| Modifier and Type | Field and Description |
|---|---|
private Field |
field
column field.
|
private boolean |
isIndexable
whether indexable.
|
private String |
name
name of the column.
|
| Constructor and Description |
|---|
Column(String name,
Field field)
Instantiates a new column.
|
Column(String name,
Field field,
boolean isIndexable) |
| Modifier and Type | Method and Description |
|---|---|
Field |
getField()
Gets the field.
|
String |
getName()
Gets the name.
|
boolean |
isIndexable()
Checks if is indexable.
|
void |
setIndexable(boolean isIndexable)
Sets the indexable.
|
private String name
private Field field
private boolean isIndexable
public Column(String name, Field field)
name - the namefield - the fieldpublic String getName()
public Field getField()
public boolean isIndexable()
public void setIndexable(boolean isIndexable)
isIndexable - the isIndexable to setCopyright © 2015. All Rights Reserved.