public class ColumnInfo extends Object implements Serializable
| Constructor and Description |
|---|
ColumnInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColumnName() |
ColumnType |
getColumnType() |
Field |
getField() |
int |
getFieldNum() |
Method |
getGetMethod() |
String |
getName() |
int |
getOrder() |
Boolean |
getPrimaryKey() |
Method |
getSetMethod() |
String |
getType() |
int |
hashCode() |
void |
setColumnName(String columnName) |
void |
setColumnType(ColumnType columnType) |
void |
setField(Field field) |
void |
setFieldNum(int fieldNum) |
void |
setGetMethod(Method getMethod) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setPrimaryKey(Boolean primaryKey) |
void |
setSetMethod(Method setMethod) |
void |
setType(String type) |
public int getFieldNum()
public void setFieldNum(int fieldNum)
public Method getSetMethod()
public void setSetMethod(Method setMethod)
public Method getGetMethod()
public void setGetMethod(Method getMethod)
public int getOrder()
public void setOrder(int order)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getColumnName()
public void setColumnName(String columnName)
public ColumnType getColumnType()
public void setColumnType(ColumnType columnType)
public Field getField()
public void setField(Field field)
public Boolean getPrimaryKey()
public void setPrimaryKey(Boolean primaryKey)
Copyright © 2025. All rights reserved.