109110111112113114115116
public String getInterfaceId(){ return interfaceId; } public void setInterfaceId(String interfaceId){ this.tbInterfaceList=new TbInterfaceDAO().getTbInterfaceListByInterfaceId(interfaceId); this.interfaceId = interfaceId; }