|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.las2witsml.FileDetails
Title: FileDetails.java Description: A class holding the file selection details Copyright: Copyright (c) 2006 Company: Satyam Computer Services Ltd.
Constructor Summary | |
FileDetails()
Constructor FileDetails |
|
FileDetails(int intSNo,
java.lang.String strInputFile,
java.lang.String strOutputFile,
boolean blnIsSelected)
Constructor FileDetails specifying the serial no, input file, output file and file selection |
Method Summary | |
java.lang.Object[] |
createRow()
Method createRow This method create a file selection row for displaying in file selection grid |
java.lang.String |
getInputFile()
Method getInputFile This method gets the input LAS file name |
boolean |
getIsSelected()
Method getIsSelected This method get the file selection status of the input LAS file |
java.lang.String |
getOutputFile()
Method getOutputFile This method gets the destination WITSML file name |
int |
getSNo()
Method getSNo This method is used to get serial number for displaying file details |
void |
setInputFile(java.lang.String strInputFile)
Method setInputFile This method sets the input LAS file name |
void |
setIsSelected(boolean blnIsSelected)
Method setIsSelected This method selects the input LAS file |
void |
setOutputFile(java.lang.String strOutputFile)
Method setOutputFile This method sets the destination WITSML file name |
void |
setSNo(int intSNo)
Method setSNo This method is used to set serial number for displaying file details |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileDetails()
public FileDetails(int intSNo, java.lang.String strInputFile, java.lang.String strOutputFile, boolean blnIsSelected)
Method Detail |
public void setSNo(int intSNo)
intSNo
- Serial Number for displaying file detailspublic int getSNo()
public void setInputFile(java.lang.String strInputFile)
strInputFile
- InputFile of LASFile namepublic java.lang.String getInputFile()
public void setOutputFile(java.lang.String strOutputFile)
strOutputFile
- Destination WITSML file namepublic java.lang.String getOutputFile()
public void setIsSelected(boolean blnIsSelected)
blnIsSelected
- File selection statuspublic boolean getIsSelected()
public java.lang.Object[] createRow()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |