public class ColumnInfo extends Object
Constructor and Description |
---|
ColumnInfo(String columnName,
String description,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
String |
getDescription() |
String |
getType() |
void |
setColumnName(String columnName) |
void |
setDescription(String description) |
void |
setType(String type) |
Copyright © 2023. All rights reserved.