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

de.akquinet.jbosscc.guttenbase.export.ExportTableHeader Maven / Gradle / Ivy

The newest version!
package de.akquinet.jbosscc.guttenbase.export;

import java.io.Serializable;

/**
 * Denote start of new table in export file. Provide mininmal information about table.
 * 

* © 2012-2034 akquinet tech@spree *

* * @author M. Dahm */ public interface ExportTableHeader extends Serializable { String getTableName(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy