Class ExcelWriterStepField
- java.lang.Object
-
- org.pentaho.di.trans.steps.excelwriter.ExcelWriterStepField
-
-
Constructor Summary
Constructors Constructor Description ExcelWriterStepField()
ExcelWriterStepField(String name, int type, String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
clone()
int
compare(Object obj)
boolean
equal(Object obj)
Deprecated.boolean
equals(Object obj)
String
getCommentAuthorField()
String
getCommentField()
String
getFormat()
String
getHyperlinkField()
String
getName()
String
getStyleCell()
String
getTitle()
String
getTitleStyleCell()
int
getType()
String
getTypeDesc()
int
hashCode()
boolean
isFormula()
void
setCommentAuthorField(String commentAuthorField)
void
setCommentField(String commentField)
void
setFormat(String format)
void
setFormula(boolean formula)
void
setHyperlinkField(String hyperlinkField)
void
setName(String fieldname)
void
setStyleCell(String styleCell)
void
setTitle(String title)
void
setTitleStyleCell(String formatCell)
void
setType(int type)
void
setType(String typeDesc)
String
toString()
-
-
-
Method Detail
-
getCommentAuthorField
public String getCommentAuthorField()
-
setCommentAuthorField
public void setCommentAuthorField(String commentAuthorField)
-
compare
public int compare(Object obj)
-
equal
@Deprecated public boolean equal(Object obj)
Deprecated.
-
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)
-
-