public class IndexInformation extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IndexInformation.INDEX_STATUS |
Constructor and Description |
---|
IndexInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIndexName() |
Date |
getLastAnalyzed() |
String |
getSqlStatement() |
IndexInformation.INDEX_STATUS |
getStatus() |
String |
getTableName() |
String |
getType() |
int |
hashCode() |
boolean |
isPresentDansFichiers() |
boolean |
isPresentEnBase() |
void |
setIndexName(String indexName) |
void |
setLastAnalyzed(Date lastAnalyzed) |
void |
setPresentDansFichiers(boolean presentDansFichiers) |
void |
setPresentEnBase(boolean presentEnBase) |
void |
setSqlStatement(String sqlStatement) |
void |
setStatus(IndexInformation.INDEX_STATUS status) |
void |
setTableName(String tableName) |
void |
setType(String type) |
String |
toString() |
public String getIndexName()
public void setIndexName(String indexName)
public String getTableName()
public void setTableName(String tableName)
public String getType()
public void setType(String type)
public IndexInformation.INDEX_STATUS getStatus()
public void setStatus(IndexInformation.INDEX_STATUS status)
public Date getLastAnalyzed()
public void setLastAnalyzed(Date lastAnalyzed)
public boolean isPresentDansFichiers()
public void setPresentDansFichiers(boolean presentDansFichiers)
public boolean isPresentEnBase()
public void setPresentEnBase(boolean presentEnBase)
public String getSqlStatement()
public void setSqlStatement(String sqlStatement)
Copyright © 2016. All rights reserved.