Class BusinessServiceRow
- java.lang.Object
-
- org.opennms.netmgt.bsm.vaadin.adminpage.BusinessServiceRow
-
public class BusinessServiceRow extends Object
Used to listBusinessService
s in acom.vaadin.ui.TreeTable
. This allows the rows to have alternate IDs, since the business services may have multiple parents.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description BusinessServiceRow(long rowId, BusinessService businessService, Long parentBusinessServiceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessService
getBusinessService()
String
getName()
Long
getParentBusinessServiceId()
long
getRowId()
-
-
-
Constructor Detail
-
BusinessServiceRow
public BusinessServiceRow(long rowId, BusinessService businessService, Long parentBusinessServiceId)
-
-
Method Detail
-
getRowId
public long getRowId()
-
getName
public String getName()
-
getBusinessService
public BusinessService getBusinessService()
-
getParentBusinessServiceId
public Long getParentBusinessServiceId()
-
-