Class BusinessServiceRow


  • public class BusinessServiceRow
    extends java.lang.Object
    Used to list BusinessServices in a com.vaadin.ui.TreeTable. This allows the rows to have alternate IDs, since the business services may have multiple parents.
    Author:
    jwhite
    • Constructor Detail

      • BusinessServiceRow

        public BusinessServiceRow​(long rowId,
                                  BusinessService businessService,
                                  java.lang.Long parentBusinessServiceId)
    • Method Detail

      • getRowId

        public long getRowId()
      • getName

        public java.lang.String getName()
      • getParentBusinessServiceId

        public java.lang.Long getParentBusinessServiceId()