yAttributeNameList = nameList;
}
@Override
public void initDAO() {
TangoKey key = new TangoKey();
key.registerDualAttributes(xAttributeNameList, yAttributeNameList);
widget.addKey(TangoDAOFactory.class.getName(), key);
widget.switchDAOFactory(TangoDAOFactory.class.getName());
}