Class ExcelWriterStepField

    • Constructor Detail

      • ExcelWriterStepField

        public ExcelWriterStepField​(String name,
                                    int type,
                                    String format)
      • ExcelWriterStepField

        public ExcelWriterStepField()
    • Method Detail

      • getCommentAuthorField

        public String getCommentAuthorField()
      • setCommentAuthorField

        public void setCommentAuthorField​(String commentAuthorField)
      • compare

        public int compare​(Object obj)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getName

        public String getName()
      • setName

        public void setName​(String fieldname)
      • getType

        public int getType()
      • getTypeDesc

        public String getTypeDesc()
      • setType

        public void setType​(int type)
      • setType

        public void setType​(String typeDesc)
      • getFormat

        public String getFormat()
      • setFormat

        public void setFormat​(String format)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • isFormula

        public boolean isFormula()
      • setFormula

        public void setFormula​(boolean formula)
      • getHyperlinkField

        public String getHyperlinkField()
      • setHyperlinkField

        public void setHyperlinkField​(String hyperlinkField)
      • getCommentField

        public String getCommentField()
      • setCommentField

        public void setCommentField​(String commentField)
      • getTitleStyleCell

        public String getTitleStyleCell()
      • setTitleStyleCell

        public void setTitleStyleCell​(String formatCell)
      • getStyleCell

        public String getStyleCell()
      • setStyleCell

        public void setStyleCell​(String styleCell)