All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xcase.open.transputs.GetTermsForEntityResponse Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.open.transputs;

import com.xcase.open.impl.simple.core.TermData;

/**
 *
 * @author martin
 */
public interface GetTermsForEntityResponse {

    TermData[] getTermDataArray();

    void setTermDataArray(TermData[] termDataArray);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy