public class ColumnInput extends Object
Constructor and Description |
---|
ColumnInput() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
ColumnType |
getType() |
boolean |
isPrimaryKey() |
void |
setName(String name) |
void |
setPrimaryKey(boolean primaryKey) |
void |
setType(ColumnType type) |
String |
toString() |
public String getName()
public void setName(String name)
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
public ColumnType getType()
public void setType(ColumnType type)
Copyright © 2010–2019. All rights reserved.