Interface CodeType

All Superinterfaces:
Serializable
All Known Implementing Classes:
CodeTypeImpl

@Deprecated public interface CodeType extends Serializable
Deprecated.
  • Method Details

    • getId

      Long getId()
      Deprecated.
    • setId

      void setId(Long id)
      Deprecated.
    • getCodeType

      String getCodeType()
      Deprecated.
    • setCodeType

      void setCodeType(String type)
      Deprecated.
    • getKey

      String getKey()
      Deprecated.
    • setKey

      void setKey(String key)
      Deprecated.
    • getDescription

      String getDescription()
      Deprecated.
    • setDescription

      void setDescription(String description)
      Deprecated.
    • getModifiable

      Boolean getModifiable()
      Deprecated.
    • setModifiable

      void setModifiable(Boolean modifiable)
      Deprecated.
    • isModifiable

      Boolean isModifiable()
      Deprecated.