com.mmm.cms.homehealth.test
Class HomeHealthGrouper_HP.CommandLineParams

java.lang.Object
  extended by com.mmm.cms.homehealth.test.HomeHealthGrouper_HP.CommandLineParams
Enclosing class:
HomeHealthGrouper_HP

protected class HomeHealthGrouper_HP.CommandLineParams
extends java.lang.Object


Constructor Summary
HomeHealthGrouper_HP.CommandLineParams(java.lang.String[] args)
           
 
Method Summary
 java.io.File getDataFile()
           
 int getDetailRecordNum()
           
 int getNumOfRecords()
           
 java.io.File getPropertiesFile()
           
 java.lang.String getSyntax(java.lang.Class clazz)
           
 void setDataFile(java.io.File dataFile)
           
 void setDetailRecordNum(int detailRecordNum)
           
 void setNumOfRecords(int numOfRecords)
           
 void setPropertiesFile(java.io.File propertiesFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeHealthGrouper_HP.CommandLineParams

public HomeHealthGrouper_HP.CommandLineParams(java.lang.String[] args)
Method Detail

getSyntax

public java.lang.String getSyntax(java.lang.Class clazz)

getNumOfRecords

public int getNumOfRecords()

setNumOfRecords

public void setNumOfRecords(int numOfRecords)

getDataFile

public java.io.File getDataFile()

setDataFile

public void setDataFile(java.io.File dataFile)

getPropertiesFile

public java.io.File getPropertiesFile()

setPropertiesFile

public void setPropertiesFile(java.io.File propertiesFile)

getDetailRecordNum

public int getDetailRecordNum()

setDetailRecordNum

public void setDetailRecordNum(int detailRecordNum)