org.pentaho.di.trans.steps.excelwriter
Class ExcelWriterStepField
java.lang.Object
org.pentaho.di.trans.steps.excelwriter.ExcelWriterStepField
- All Implemented Interfaces:
- Cloneable
public class ExcelWriterStepField
- extends Object
- implements Cloneable
ExcelWriterStepField
public ExcelWriterStepField(String name,
int type,
String format)
ExcelWriterStepField
public ExcelWriterStepField()
getCommentAuthorField
public String getCommentAuthorField()
setCommentAuthorField
public void setCommentAuthorField(String commentAuthorField)
compare
public int compare(Object obj)
equal
public boolean equal(Object obj)
clone
public Object clone()
- Overrides:
clone
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)
toString
public String toString()
- Overrides:
toString
in class Object