public void setPortMapper(PortMapper portMapper) { this.portMapper = portMapper; }
protected PortMapper getPortMapper() { return portMapper; }
protected PortMapper getPortMapper() { return this.portMapper; }
@Autowired public void setPortMapper(PortMapper portMapper) { this.portMapper = portMapper; }