Class ColumnInfoBean
java.lang.Object
jp.ecuacion.tool.housekeepdb.bean.ColumnInfoBean
- Direct Known Subclasses:
ColumnAndValueInfoBean
-
Constructor Summary
ConstructorsConstructorDescriptionColumnInfoBean(String column, boolean needsQuationMark) ColumnInfoBean(String column, String needsQuotationMarkExcelString) -
Method Summary
Modifier and TypeMethodDescriptiongetColumnAndValueInfo(Object value) getTimestampColumnNowInfo(String protocol) 現在時刻を値として埋めたColumnAndValueInfoBeanを返す。booleanvoidvoidsetNeedsQuotationMark(boolean needsQuotationMark)
-
Constructor Details
-
Method Details
-
getColumn
-
setColumn
-
isNeedsQuotationMark
public boolean isNeedsQuotationMark() -
setNeedsQuotationMark
public void setNeedsQuotationMark(boolean needsQuotationMark) -
getColumnAndValueInfo
-
getTimestampColumnNowInfo
現在時刻を値として埋めたColumnAndValueInfoBeanを返す。
-