com.pmstation.spss.record
Class GeneralInformationRecord

java.lang.Object
  extended by com.pmstation.spss.record.SPSSRecord
      extended by com.pmstation.spss.record.GeneralInformationRecord

public class GeneralInformationRecord
extends SPSSRecord

Contains starting spss record information.


Constructor Summary
GeneralInformationRecord()
           
 
Method Summary
 int getCaseWeightVariable()
          Gets the case weight variable.
 double getCompressionBias()
          Gets the compression bias.
 int getCompressionSwitch()
          Gets the compression switch.
 java.util.Date getCreationDate()
          Gets the creation date.
 java.lang.String getDumpInfo()
          Gets the dump info.
 java.lang.String getFileLabel()
          Gets the file label.
 int getLayoutCode()
          Gets the layout code.
 int getNumberOfCases()
          Gets the number of cases.
 int getNumberOfVariables()
          Gets the number of variables.
 void setCaseWeightVariable(int caseWeightVariable)
          Sets the case weight variable.
 void setCompressionBias(double compressionBias)
          Sets the compression bias.
 void setCompressionSwitch(int compressionSwitch)
          Sets the compression switch.
 void setCreationDate(java.util.Date creationDate)
          Sets the creation date.
 void setDumpInfo(java.lang.String dumpInfo)
          Sets the dump info.
 void setFileLabel(java.lang.String fileLabel)
          Sets the file label.
 void setLayoutCode(int layoutCode)
          Sets the layout code.
 void setNumberOfCases(int numberOfCases)
          Sets the number of cases.
 void setNumberOfVariables(int numberOfVariables)
          Sets the number of variables.
 
Methods inherited from class com.pmstation.spss.record.SPSSRecord
getRecordType, setRecordType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralInformationRecord

public GeneralInformationRecord()
Method Detail

getDumpInfo

public java.lang.String getDumpInfo()
Gets the dump info.

Returns:
the dump info

setDumpInfo

public void setDumpInfo(java.lang.String dumpInfo)
Sets the dump info.

Parameters:
dumpInfo - the new dump info

getLayoutCode

public int getLayoutCode()
Gets the layout code.

Returns:
the layout code

setLayoutCode

public void setLayoutCode(int layoutCode)
Sets the layout code.

Parameters:
layoutCode - the new layout code

getNumberOfVariables

public int getNumberOfVariables()
Gets the number of variables.

Returns:
the number of variables

setNumberOfVariables

public void setNumberOfVariables(int numberOfVariables)
Sets the number of variables.

Parameters:
numberOfVariables - the new number of variables

getCompressionSwitch

public int getCompressionSwitch()
Gets the compression switch.

Returns:
the compression switch

setCompressionSwitch

public void setCompressionSwitch(int compressionSwitch)
Sets the compression switch.

Parameters:
compressionSwitch - the new compression switch

getCaseWeightVariable

public int getCaseWeightVariable()
Gets the case weight variable.

Returns:
the case weight variable

setCaseWeightVariable

public void setCaseWeightVariable(int caseWeightVariable)
Sets the case weight variable.

Parameters:
caseWeightVariable - the new case weight variable

getNumberOfCases

public int getNumberOfCases()
Gets the number of cases.

Returns:
the number of cases

setNumberOfCases

public void setNumberOfCases(int numberOfCases)
Sets the number of cases.

Parameters:
numberOfCases - the new number of cases

getCompressionBias

public double getCompressionBias()
Gets the compression bias.

Returns:
the compression bias

setCompressionBias

public void setCompressionBias(double compressionBias)
Sets the compression bias.

Parameters:
compressionBias - the new compression bias

getCreationDate

public java.util.Date getCreationDate()
Gets the creation date.

Returns:
the creation date

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Sets the creation date.

Parameters:
creationDate - the new creation date

getFileLabel

public java.lang.String getFileLabel()
Gets the file label.

Returns:
the file label

setFileLabel

public void setFileLabel(java.lang.String fileLabel)
Sets the file label.

Parameters:
fileLabel - the new file label


Copyright © 2003-2004 pmStation.com. All Rights Reserved.