org.millscript.office.excel.records
Class BOF

java.lang.Object
  extended by org.millscript.office.excel.Record
      extended by org.millscript.office.excel.records.BOF
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator

public class BOF
extends Record


Nested Class Summary
static class BOF.Type
           
 
Constructor Summary
BOF(BOF.Type t)
           
 
Method Summary
 BOF.Type getType()
           
 void setBuildIdentifier(short id)
           
 void setBuildYear(short year)
           
 void setFileHistoryFlags(int flags)
           
 void setLowestExcelVersion(int version)
           
 
Methods inherited from class org.millscript.office.excel.Record
decorate, handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BOF

public BOF(BOF.Type t)
Parameters:
version -
recordData -
Method Detail

getType

public BOF.Type getType()
Returns:
Returns the type.

setBuildIdentifier

public void setBuildIdentifier(short id)
Parameters:
id - The buildIdentifier to set.

setBuildYear

public void setBuildYear(short year)
Parameters:
year - The buildYear to set.

setFileHistoryFlags

public void setFileHistoryFlags(int flags)
Parameters:
flags - The fileHistoryFlags to set.

setLowestExcelVersion

public void setLowestExcelVersion(int version)
Parameters:
version - The lowestExcelVersion to set.


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.