com.pmstation.spss.record
Class DocumentsRecord

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

public class DocumentsRecord
extends SPSSRecord

Contains in-file spss documents


Constructor Summary
DocumentsRecord()
           
 
Method Summary
 java.lang.String[] getDocumentLines()
          Gets the document lines.
 int getNumberOfLines()
          Gets the number of lines.
 void setDocumentLines(java.lang.String[] documentLines)
          Sets the document lines.
 void setNumberOfLines(int numberOfLines)
          Sets the number of lines.
 
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

DocumentsRecord

public DocumentsRecord()
Method Detail

getNumberOfLines

public int getNumberOfLines()
Gets the number of lines.

Returns:
the number of lines

setNumberOfLines

public void setNumberOfLines(int numberOfLines)
Sets the number of lines.

Parameters:
numberOfLines - the new number of lines

getDocumentLines

public java.lang.String[] getDocumentLines()
Gets the document lines.

Returns:
the document lines

setDocumentLines

public void setDocumentLines(java.lang.String[] documentLines)
Sets the document lines.

Parameters:
documentLines - the new document lines


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