com.las2witsml
Class LasParameterData

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

public class LasParameterData
extends java.lang.Object

Title: LasParameterData.java Description: This class holds parameter selection details Copyright: Copyright (c) 2006 Company: Satyam Computer Services Ltd.


Constructor Summary
LasParameterData()
          Constructor LasParameterData
 
Method Summary
 java.util.Hashtable getCurveSectionData()
          Method getCurveSectionData This method returns Hashtable of CurveSectionData
 java.util.Hashtable getParameterSectionData()
          Method getParameterSectionData This method returns Hashtable of ParameterSectionData
 java.util.Hashtable getRunParameterSectionData()
          Method getRunParameterSectionData This method returns Hashtable of RunParameterSectionData
 java.util.Hashtable getWellSectionData()
          Method getWellSectionData This method returns Hashtable of WellSectionData.
 void setCurveSectionData(LasSectionInfo objLasSectionInfo)
          Method setCurveSectionData This method sets the Object of CurveSectionData
 void setParameterSectionData(LasSectionInfo objLasSectionInfo)
          Method setParameterSectionData This method sets the Object of ParameterSectionData
 void setRunParameterSectionData(LasSectionInfo objLasSectionInfo)
          Method setRunParameterSectionData This method sets the Object of RunParameterSectionData
 void setWellSectionData(LasSectionInfo objLasSectionInfo)
          Method setWellSectionData This method sets the Object of WellSection Data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LasParameterData

public LasParameterData()
Constructor LasParameterData

Method Detail

setWellSectionData

public void setWellSectionData(LasSectionInfo objLasSectionInfo)
Method setWellSectionData This method sets the Object of WellSection Data.

Parameters:
objLasSectionInfo -

getWellSectionData

public java.util.Hashtable getWellSectionData()
Method getWellSectionData This method returns Hashtable of WellSectionData.

Returns:
Hashtable

setRunParameterSectionData

public void setRunParameterSectionData(LasSectionInfo objLasSectionInfo)
Method setRunParameterSectionData This method sets the Object of RunParameterSectionData

Parameters:
objLasSectionInfo -

getRunParameterSectionData

public java.util.Hashtable getRunParameterSectionData()
Method getRunParameterSectionData This method returns Hashtable of RunParameterSectionData

Returns:
Hashtable

setParameterSectionData

public void setParameterSectionData(LasSectionInfo objLasSectionInfo)
Method setParameterSectionData This method sets the Object of ParameterSectionData

Parameters:
objLasSectionInfo -

getParameterSectionData

public java.util.Hashtable getParameterSectionData()
Method getParameterSectionData This method returns Hashtable of ParameterSectionData

Returns:
Hashtable

setCurveSectionData

public void setCurveSectionData(LasSectionInfo objLasSectionInfo)
Method setCurveSectionData This method sets the Object of CurveSectionData

Parameters:
objLasSectionInfo -

getCurveSectionData

public java.util.Hashtable getCurveSectionData()
Method getCurveSectionData This method returns Hashtable of CurveSectionData

Returns:
Hashtable