Class Equipment


  • public class Equipment
    extends Object
    • Field Detail

      • id

        private Long id
        Unique identifier of this equipment across the entire ELN database.
      • text

        private String text
        Equipment text to display
      • categoryTag

        private String categoryTag
        Unique identifier for the equipment category this equipment belongs to.
      • categoryText

        private String categoryText
        Equipment category this equipment belongs to; Translation of equipmentCategoryTag.
      • prices

        private Map<PriceType,​Price> prices
        List of defined prices for this equipment. (commonly DEALER and CONSUMER price)
      • optional

        private Boolean optional
        Is optional equipment that might cause additional fees to be charged in case it is added to the vehicle, aka, it is not stock equipment. Y/N
      • notForResellers

        private Boolean notForResellers
        If true, this equipment is not suitable for inclusion on reseller pages (due to containing adress data, financing examples or similar)
      • optionalForInStock

        private Boolean optionalForInStock
        Ist Aufpreiszubehör bei Lagerfahrzeug Y/N
    • Constructor Detail

      • Equipment

        public Equipment()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getCategoryTag

        public String getCategoryTag()
      • setCategoryTag

        public void setCategoryTag​(String categoryTag)
      • getCategoryText

        public String getCategoryText()
      • setCategoryText

        public void setCategoryText​(String categoryText)
      • getOptional

        public Boolean getOptional()
      • setOptional

        public void setOptional​(Boolean optional)
      • getNotForResellers

        public Boolean getNotForResellers()
      • setNotForResellers

        public void setNotForResellers​(Boolean notForResellers)
      • getOptionalForInStock

        public Boolean getOptionalForInStock()
      • setOptionalForInStock

        public void setOptionalForInStock​(Boolean optionalForInStock)