/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.client.metadata; /** * * @author mg */ public class TableRef { public String schema; public String tableName; public String datasourceName; }