org.pentaho.di.trans.steps.excelwriter
Class ExcelWriterStepField

java.lang.Object
  extended by org.pentaho.di.trans.steps.excelwriter.ExcelWriterStepField
All Implemented Interfaces:
Cloneable

public class ExcelWriterStepField
extends Object
implements Cloneable


Constructor Summary
ExcelWriterStepField()
           
ExcelWriterStepField(String name, int type, String format)
           
 
Method Summary
 Object clone()
           
 int compare(Object obj)
           
 boolean equal(Object obj)
           
 String getCommentAuthorField()
           
 String getCommentField()
           
 String getFormat()
           
 String getHyperlinkField()
           
 String getName()
           
 String getStyleCell()
           
 String getTitle()
           
 String getTitleStyleCell()
           
 int getType()
           
 String getTypeDesc()
           
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)

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