Package gov.cms.hh.claim
Class ClaimDate
java.lang.Object
gov.cms.hh.claim.ClaimElementBase
gov.cms.hh.claim.ClaimDate
- All Implemented Interfaces:
ClaimDateIF,DescribableIF,EditableIF,ValidatableIF,ValuableIF,VerifiableIF,Serializable
- Author:
- CMS
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectgetValue()voidsetDescription(String description) Sets the objects internal descriptionvoidMethods inherited from class gov.cms.hh.claim.ClaimElementBase
addEdit, addEdits, getEditCollection, isValid, isVerified, setValid, setVerifiedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.cms.hh.common.abstr.EditableIF
addEdit, addEdits, getEditCollection
-
Constructor Details
-
ClaimDate
public ClaimDate()
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceValuableIF- Returns:
- the value
-
setValue
- Specified by:
setValuein interfaceValuableIF- Parameters:
value- the value to set
-
getDescription
Description copied from interface:DescribableIFThe description of the object- Specified by:
getDescriptionin interfaceDescribableIF- Returns:
- the description
-
setDescription
Description copied from interface:DescribableIFSets the objects internal description- Specified by:
setDescriptionin interfaceDescribableIF- Parameters:
description- the description to set
-