Class ServiceLineItem


  • public class ServiceLineItem
    extends java.lang.Object
    Mutable line item wrapping a Service catalog entry with JavaFX properties for selection state and package membership. One instance exists per service for the lifetime of the current Statement.

    When inPackage is true the service is covered by the selected package price and must not be counted in the individual services total.

    • Constructor Detail

      • ServiceLineItem

        public ServiceLineItem​(Service catalog)
    • Method Detail

      • getCatalog

        public Service getCatalog()
      • selectedProperty

        public javafx.beans.property.BooleanProperty selectedProperty()
      • isSelected

        public boolean isSelected()
      • setSelected

        public void setSelected​(boolean value)
      • inPackageProperty

        public javafx.beans.property.BooleanProperty inPackageProperty()
      • isInPackage

        public boolean isInPackage()
      • setInPackage

        public void setInPackage​(boolean value)