Class FormDetails

java.lang.Object
sk.iway.iwcm.form.FormDetails

public class FormDetails extends Object
Description of the Class
  • Constructor Details

    • FormDetails

      public FormDetails()
  • Method Details

    • getCrDate

      public Date getCrDate()
    • setCrDate

      public void setCrDate(Date crDate)
    • getTableRow

      public String getTableRow()
      Gets the tableRow attribute of the FormDetails object
      Returns:
      The tableRow value
    • getColumnsSortedAsArray

      public String[] getColumnsSortedAsArray()
      Vrati hodnoty pre bunky tabulky vypisu presne v poradi ako je hlavicka
      Returns:
    • getColumn

      public String getColumn(String columnName)
      vrati hodnotu v stlpci daneho mena
      Parameters:
      columnName -
      Returns:
    • getColNamesArray

      public List<LabelValueDetails> getColNamesArray()
      vrati zoznam stlpcov
      Returns:
    • getNameValueTable

      public Map<String,String> getNameValueTable()
      Vrati hashtabulku s nazvami a hodnotami poli
      Returns:
    • getCreateDateHtml

      public String getCreateDateHtml()
      Gets the createDateHtml attribute of the FormDetails object
      Returns:
      The createDateHtml value
    • getCreateDateXLS

      public String getCreateDateXLS()
      Gets the createDateXLS attribute of the FormDetails object
      Returns:
      The createDateXLS value
    • getRowCSV

      public String getRowCSV()
      Gets the rowCSV attribute of the FormDetails object
      Returns:
      The rowCSV value
    • getAttachements

      public String getAttachements()
      Gets the tableAttachements attribute of the FormDetails object
      Returns:
      The tableAttachements value
    • getAttachements

      public String getAttachements(String baseHref)
    • getId

      public int getId()
      Gets the id attribute of the FormDetails object
      Returns:
      The id value
    • setId

      public void setId(int id)
      Sets the id attribute of the FormDetails object
      Parameters:
      id - The new id value
    • setFormName

      public void setFormName(String formName)
      Sets the formName attribute of the FormDetails object
      Parameters:
      formName - The new formName value
    • getFormName

      public String getFormName()
      Gets the formName attribute of the FormDetails object
      Returns:
      The formName value
    • setData

      public void setData(String data)
      Sets the data attribute of the FormDetails object
      Parameters:
      data - The new data value
    • getData

      public String getData()
      Gets the data attribute of the FormDetails object
      Returns:
      The data value
    • setFiles

      public void setFiles(String files)
      Sets the files attribute of the FormDetails object
      Parameters:
      files - The new files value
    • getFiles

      public String getFiles()
      Gets the files attribute of the FormDetails object
      Returns:
      The files value
    • setCreateDateString

      public void setCreateDateString(String createDateString)
      Sets the createDateString attribute of the FormDetails object
      Parameters:
      createDateString - The new createDateString value
    • getCreateDateString

      public String getCreateDateString()
      Gets the createDateString attribute of the FormDetails object
      Returns:
      The createDateString value
    • setHeader

      public void setHeader(boolean header)
      Sets the header attribute of the FormDetails object
      Parameters:
      header - The new header value
    • isHeader

      public boolean isHeader()
      Gets the header attribute of the FormDetails object
      Returns:
      The header value
    • setCreateDate

      public void setCreateDate(long createDate)
      Sets the createDate attribute of the FormDetails object
      Parameters:
      createDate - The new createDate value
    • getCreateDate

      public long getCreateDate()
      Gets the createDate attribute of the FormDetails object
      Returns:
      The createDate value
    • setHtml

      public void setHtml(String html)
      Sets the html attribute of the FormDetails object
      Parameters:
      html - The new html value
    • getHtml

      public String getHtml()
      Gets the html attribute of the FormDetails object
      Returns:
      The html value
    • setColNames

      public void setColNames(Map<String,Integer> colNames)
    • getColNames

      public Map<String,Integer> getColNames()
    • getNote

      public String getNote()
    • setNote

      public void setNote(String note)
    • getUserDetails

      public UserDetails getUserDetails()
    • setUserDetails

      public void setUserDetails(UserDetails userDetails)
    • getLastExportDate

      public long getLastExportDate()
    • getLastExportDateString

      public String getLastExportDateString()
    • setLastExportDate

      public void setLastExportDate(long lastExportDate)
    • getDocId

      public int getDocId()
    • setDocId

      public void setDocId(int docId)
    • getDoubleOptInDate

      public Date getDoubleOptInDate()
    • setDoubleOptInDate

      public void setDoubleOptInDate(Date doubleOptInDate)