|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.las2witsml.LasParameterData
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 |
public LasParameterData()
Method Detail |
public void setWellSectionData(LasSectionInfo objLasSectionInfo)
objLasSectionInfo
- public java.util.Hashtable getWellSectionData()
public void setRunParameterSectionData(LasSectionInfo objLasSectionInfo)
objLasSectionInfo
- public java.util.Hashtable getRunParameterSectionData()
public void setParameterSectionData(LasSectionInfo objLasSectionInfo)
objLasSectionInfo
- public java.util.Hashtable getParameterSectionData()
public void setCurveSectionData(LasSectionInfo objLasSectionInfo)
objLasSectionInfo
- public java.util.Hashtable getCurveSectionData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |