public class OccurrencesForReplaceBatchColumnSession extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
columnData |
protected boolean |
hasValidationColumns |
protected ShowOccurrencesType |
showType |
| Constructor and Description |
|---|
OccurrencesForReplaceBatchColumnSession() |
OccurrencesForReplaceBatchColumnSession(ColumnData columnData,
ShowOccurrencesType showType,
boolean hasValidationColumns) |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
getColumnData() |
ShowOccurrencesType |
getShowType() |
boolean |
isHasValidationColumns() |
void |
setColumnData(ColumnData columnData) |
void |
setHasValidationColumns(boolean hasValidationColumns) |
void |
setShowType(ShowOccurrencesType showType) |
String |
toString() |
protected ColumnData columnData
protected ShowOccurrencesType showType
protected boolean hasValidationColumns
public OccurrencesForReplaceBatchColumnSession()
public OccurrencesForReplaceBatchColumnSession(ColumnData columnData, ShowOccurrencesType showType, boolean hasValidationColumns)
public ColumnData getColumnData()
public void setColumnData(ColumnData columnData)
public ShowOccurrencesType getShowType()
public void setShowType(ShowOccurrencesType showType)
public boolean isHasValidationColumns()
public void setHasValidationColumns(boolean hasValidationColumns)
Copyright © 2014. All Rights Reserved.