Class BaseCodeAndDescriptionDeletableEntity


  • public class BaseCodeAndDescriptionDeletableEntity
    extends BaseDeletableEntity
    Describes an entity that has an id, an isDeleted flag, a code and a description.
    Author:
    Collin Alpert
    • Constructor Detail

      • BaseCodeAndDescriptionDeletableEntity

        public BaseCodeAndDescriptionDeletableEntity()
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)