public class IndexFieldDTO extends Object implements Comparable<IndexFieldDTO>
| Constructor and Description |
|---|
IndexFieldDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IndexFieldDTO other) |
boolean |
equals(Object obj) |
String |
getDataType() |
String |
getDescription() |
String |
getName() |
Integer |
getNumberDistinctValues() |
boolean |
isIndexed() |
boolean |
isStored() |
void |
setDataType(String dataType) |
void |
setDescription(String description) |
void |
setIndexed(boolean indexed) |
void |
setName(String name) |
void |
setNumberDistinctValues(Integer numberDistinctValues) |
void |
setStored(boolean stored) |
String |
toString() |
public String getName()
public void setName(String name)
name - the name to setpublic String getDataType()
public void setDataType(String dataType)
dataType - the dataType to setpublic boolean isIndexed()
public void setIndexed(boolean indexed)
indexed - the indexed to setpublic boolean isStored()
public void setStored(boolean stored)
stored - the stored to setpublic Integer getNumberDistinctValues()
public void setNumberDistinctValues(Integer numberDistinctValues)
numberDistinctValues - the numberDistinctValues to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic int compareTo(IndexFieldDTO other)
compareTo in interface Comparable<IndexFieldDTO>Copyright © 2014. All rights reserved.