package com.honeywell.ascot.beans; public interface IPIDDeviceBean { BPIDBean getPid(); void setPid(BPIDBean bPIDBean); }