Class Edit

java.lang.Object
gov.cms.hh.logic.validation.Edit
All Implemented Interfaces:
DescribableIF, EditIF

public class Edit extends Object implements EditIF
Author:
CMS
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
    • getId

      public EditId_EN getId()
      Specified by:
      getId in interface EditIF
      Returns:
      the id
    • setId

      public void setId(EditId_EN id)
      Specified by:
      setId in interface EditIF
      Parameters:
      id - the id to set
    • getDescription

      public String getDescription()
      Description copied from interface: DescribableIF
      The description of the object
      Specified by:
      getDescription in interface DescribableIF
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Description copied from interface: DescribableIF
      Sets the objects internal description
      Specified by:
      setDescription in interface DescribableIF
      Parameters:
      description - the description to set
    • getType

      public EditType_EN getType()
      Specified by:
      getType in interface EditIF
      Returns:
      the type
    • setType

      public void setType(EditType_EN type)
      Specified by:
      setType in interface EditIF
      Parameters:
      type - the type to set
    • getServerityLevel

      public Level getServerityLevel()
      Specified by:
      getServerityLevel in interface EditIF
      Returns:
      the severityLevel
    • setServerityLevel

      public void setServerityLevel(Level serverityLevel)
      Specified by:
      setServerityLevel in interface EditIF
      Parameters:
      serverityLevel - the severityLevel to set