Class BusinessServiceRow
- java.lang.Object
 - 
- org.opennms.netmgt.bsm.vaadin.adminpage.BusinessServiceRow
 
 
- 
public class BusinessServiceRow extends Object
Used to listBusinessServices 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 BusinessServicegetBusinessService()StringgetName()LonggetParentBusinessServiceId()longgetRowId() 
 - 
 
- 
- 
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()
 
 - 
 
 -