com.mmm.cms.homehealth.beans
Class InformationCompleteDateBean

java.lang.Object
  extended by com.mmm.cms.homehealth.beans.BaseHomeHealthBean
      extended by com.mmm.cms.homehealth.beans.BaseHomeHealthDateBean
          extended by com.mmm.cms.homehealth.beans.InformationCompleteDateBean
All Implemented Interfaces:
java.io.Serializable

public class InformationCompleteDateBean
extends BaseHomeHealthDateBean

From field named INFO_COMPLETED_DT Date Assessment Completed Range: Valid date in the format of yyyyMMdd, e.g. 20100101 for January 1, 2010

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mmm.cms.homehealth.beans.BaseHomeHealthDateBean
dateFormatter
 
Fields inherited from class com.mmm.cms.homehealth.beans.BaseHomeHealthBean
valueLabels
 
Constructor Summary
InformationCompleteDateBean()
           
 
Method Summary
 
Methods inherited from class com.mmm.cms.homehealth.beans.BaseHomeHealthDateBean
isValidValue
 
Methods inherited from class com.mmm.cms.homehealth.beans.BaseHomeHealthBean
getTitle, getValidValues, getValidValues, getValueLabels, getValueLabels, setTitle, setValidValues, setValidValues, setValueLabels, setValueLabels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationCompleteDateBean

public InformationCompleteDateBean()