Class ColumnInfoBean

java.lang.Object
jp.ecuacion.tool.housekeepdb.bean.ColumnInfoBean
Direct Known Subclasses:
ColumnAndValueInfoBean

public class ColumnInfoBean extends Object
Stores database column information.
  • Constructor Details

    • ColumnInfoBean

      public ColumnInfoBean(String column, boolean needsQuationMark)
      Constructs a new instance.
      Parameters:
      column - column
      needsQuationMark - needsQuationMark
    • ColumnInfoBean

      public ColumnInfoBean(String column, String needsQuotationMarkExcelString) throws jp.ecuacion.lib.core.exception.checked.BizLogicAppException
      Constructs a new instance.
      Parameters:
      column - column
      needsQuotationMarkExcelString - String that represents needsQuationMark
      Throws:
      jp.ecuacion.lib.core.exception.checked.BizLogicAppException
  • Method Details

    • getColumn

      public String getColumn()
    • setColumn

      public void setColumn(String column)
    • isNeedsQuotationMark

      public boolean isNeedsQuotationMark()
    • setNeedsQuotationMark

      public void setNeedsQuotationMark(boolean needsQuotationMark)
    • getColumnAndValueInfo

      public ColumnAndValueInfoBean getColumnAndValueInfo(Object value)
      Receives value as argument and returns ColumnAndValueInfoBean.
      Parameters:
      value - value
      Returns:
      ColumnAndValueInfoBean
    • getTimestampColumnNowInfo

      public ColumnAndValueInfoBean getTimestampColumnNowInfo(String protocol)
      Get ColumnAndValueInfoBean with current time is set as its value.