Package gov.cms.hh.logic.validation
Class Edit
java.lang.Object
gov.cms.hh.logic.validation.Edit
- All Implemented Interfaces:
DescribableIF,EditIF
- Author:
- CMS
-
Constructor Summary
ConstructorsConstructorDescriptionEdit(EditId_EN id, String description, EditType_EN type, Level serverityLevel) -
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectgetId()getType()voidsetDescription(String description) Sets the objects internal descriptionvoidvoidsetServerityLevel(Level serverityLevel) voidsetType(EditType_EN type) toString()
-
Constructor Details
-
Edit
- Parameters:
id-description-type-serverityLevel-
-
-
Method Details
-
toString
-
getId
-
setId
-
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
-
getType
-
setType
-
getServerityLevel
- Specified by:
getServerityLevelin interfaceEditIF- Returns:
- the severityLevel
-
setServerityLevel
- Specified by:
setServerityLevelin interfaceEditIF- Parameters:
serverityLevel- the severityLevel to set
-