public class _EppdevColumn extends BasicEntity
COLUMN_CREATE_BY_, COLUMN_CREATE_DATE_, COLUMN_CREATE_DATE_DESC_, COLUMN_DEL_FLAG_, COLUMN_ID_, COLUMN_ID_DESC_, COLUMN_REMARKS_, COLUMN_UPDATE_BY_, COLUMN_UPDATE_DATE_, COLUMN_UPDATE_DATE_DESC_| 构造器和说明 |
|---|
_EppdevColumn() |
getCreateBy, getCreateDate, getDelFlag, getId, getRemarks, getUpdateBy, getUpdateDate, setCreateBy, setCreateDate, setDelFlag, setId, setRemarks, setUpdateBy, setUpdateDate, toStringpublic static final String COLUMN_CREATE_EQUAL_FLAG_DESC_
public static final String COLUMN_CREATE_LEFT_LIKE_FLAG_ASC_
public static final String COLUMN_CREATE_LEFT_LIKE_FLAG_DESC_
public static final String COLUMN_CREATE_COMPARE_FLAG_ASC_
public static final String COLUMN_CREATE_COMPARE_FLAG_DESC_
private String tableId
private String columnName
private String columnType
private Integer columnLength
private Integer sortIndex
private Integer primaryKeyFlag
private Integer logicKeyFlag
private String columnComment
private String propertyName
private String javaType
private String originColumnId
private Integer createEqualFlag
private Integer createLikeFlag
private Integer createLeftLikeFlag
private Integer createInFlag
private Integer createCompareFlag
public String getTableId()
public String getColumnName()
public String getColumnType()
public Integer getColumnLength()
public Integer getSortIndex()
public Integer getPrimaryKeyFlag()
public Integer getLogicKeyFlag()
public String getColumnComment()
public String getPropertyName()
public String getJavaType()
public String getOriginColumnId()
public Integer getCreateEqualFlag()
public Integer getCreateLikeFlag()
public Integer getCreateLeftLikeFlag()
public Integer getCreateInFlag()
public Integer getCreateCompareFlag()
public void setTableId(String tableId)
public void setColumnName(String columnName)
public void setColumnType(String columnType)
public void setColumnLength(Integer columnLength)
public void setSortIndex(Integer sortIndex)
public void setPrimaryKeyFlag(Integer primaryKeyFlag)
public void setLogicKeyFlag(Integer logicKeyFlag)
public void setColumnComment(String columnComment)
public void setPropertyName(String propertyName)
public void setJavaType(String javaType)
public void setOriginColumnId(String originColumnId)
public void setCreateEqualFlag(Integer createEqualFlag)
public void setCreateLikeFlag(Integer createLikeFlag)
public void setCreateLeftLikeFlag(Integer createLeftLikeFlag)
public void setCreateInFlag(Integer createInFlag)
public void setCreateCompareFlag(Integer createCompareFlag)
Copyright © 2019. All rights reserved.