com.newisys.ova
Class OVASourceFileInfo

java.lang.Object
  extended by com.newisys.ova.OVASourceFileInfo

public final class OVASourceFileInfo
extends Object

Class representing the OVASrcFileBlk structure of OVA.


Field Summary
 int endColumn
           
 int endRow
           
 String fileName
           
 int startColumn
           
 int startRow
           
 
Constructor Summary
OVASourceFileInfo(String fileName, int startRow, int startColumn, int endRow, int endColumn)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

public final String fileName

startRow

public final int startRow

startColumn

public final int startColumn

endRow

public final int endRow

endColumn

public final int endColumn
Constructor Detail

OVASourceFileInfo

public OVASourceFileInfo(String fileName,
                         int startRow,
                         int startColumn,
                         int endRow,
                         int endColumn)