com.las2witsml
Class LasSectionInfo

java.lang.Object
  |
  +--com.las2witsml.LasSectionInfo

public class LasSectionInfo
extends java.lang.Object

Title: LasSectionInfo.java Description: This class store the LAS information as a line Copyright: Copyright (c) 2006 Company: Satyam Computer Services Ltd.


Constructor Summary
LasSectionInfo()
          Constructor LasSectionInfo
 
Method Summary
 java.lang.Object[] createRow(java.lang.String strSection, int intRowNum, boolean blnSelected)
          Method createRow This method creates a new row to be displayed in a table on the user interface
 java.lang.String getDescription()
          Method getDescription This method returns Description as a String
 java.lang.String getFormat()
          Method getFormat This method returns Format as a String
 java.lang.Boolean getIsSelected()
          Method getIsSelected This method returns Boolean Value.
 java.lang.String getMnemonic()
          Method getMnemonic This method returns String of Mnemonic of the LAS file
 java.lang.String getUnit()
          Method getUnit This method returns Unit Value as a String.
 java.lang.String getValue()
          Method getValue This method returns Value as a String.
 void setDescription(java.lang.String description)
          Method setDescription This method sets the Description of the LAS File
 void setFormat(java.lang.String format)
          Method setFormat This method sets the Format of the LAS File
 void setIsSelected(java.lang.Boolean selected)
          Method setIsSelected This method sets the selected value of the LAS File
 void setMnemonic(java.lang.String strMnemonic)
          Method setMnemonic This method sets the Mnemonic value of the LAS File
 void setUnit(java.lang.String unit)
          Method setUnit This method sets the unit value of the LAS File
 void setValue(java.lang.String value)
          Method setValue This method sets the Value of the LAS File
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LasSectionInfo

public LasSectionInfo()
Constructor LasSectionInfo

Method Detail

setMnemonic

public void setMnemonic(java.lang.String strMnemonic)
Method setMnemonic This method sets the Mnemonic value of the LAS File


getMnemonic

public java.lang.String getMnemonic()
Method getMnemonic This method returns String of Mnemonic of the LAS file

Returns:
String

setIsSelected

public void setIsSelected(java.lang.Boolean selected)
Method setIsSelected This method sets the selected value of the LAS File

Parameters:
selected -

getIsSelected

public java.lang.Boolean getIsSelected()
Method getIsSelected This method returns Boolean Value.

Returns:
Boolean

setUnit

public void setUnit(java.lang.String unit)
Method setUnit This method sets the unit value of the LAS File

Parameters:
unit -

getUnit

public java.lang.String getUnit()
Method getUnit This method returns Unit Value as a String.

Returns:
String

setValue

public void setValue(java.lang.String value)
Method setValue This method sets the Value of the LAS File

Parameters:
value -

getValue

public java.lang.String getValue()
Method getValue This method returns Value as a String.

Returns:
String

setDescription

public void setDescription(java.lang.String description)
Method setDescription This method sets the Description of the LAS File

Parameters:
description -

getDescription

public java.lang.String getDescription()
Method getDescription This method returns Description as a String

Returns:
String

setFormat

public void setFormat(java.lang.String format)
Method setFormat This method sets the Format of the LAS File


getFormat

public java.lang.String getFormat()
Method getFormat This method returns Format as a String

Returns:
String

createRow

public java.lang.Object[] createRow(java.lang.String strSection,
                                    int intRowNum,
                                    boolean blnSelected)
Method createRow This method creates a new row to be displayed in a table on the user interface