Package gov.cms.hh.claim
Class ReferralSource
java.lang.Object
gov.cms.hh.claim.ClaimElementBase
gov.cms.hh.claim.ReferralSource
- All Implemented Interfaces:
ReferralSourceIF,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 descriptionvoidtoString()Methods 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, wait, wait, waitMethods inherited from interface gov.cms.hh.common.abstr.EditableIF
addEdit, addEdits, getEditCollectionMethods inherited from interface gov.cms.hh.common.abstr.ValidatableIF
isValid, setValid
-
Constructor Details
-
ReferralSource
public ReferralSource()
-
-
Method Details
-
toString
-
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
-