package eu.dnetlib.shared;

import java.io.Serializable;

import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;

public class Col extends JavaScriptObject implements Serializable {

	protected Col(){}
	
	public final native String getName()/*-{
		return this.name;
	}-*/;

	public final native String getType()/*-{
		return this.type;
	}-*/;

	public final native String getData()/*-{
		return this.data;
	}-*/;
	public final native String getLabel()/*-{
		return this.label;
	}-*/;

	public final native boolean getBridge()/*-{
		return this.bridge;
	}-*/;
	
	public final native String getToTable()/*-{
		return this.toTable;
	}-*/;
	
	public final native String getToColumn()/*-{
		return this.toColumn;
	}-*/;
	
	public final native String getFromColumn()/*-{
		return this.fromColumn;
	}-*/;
	public final native String getToColumnAfter()/*-{
		return this.toColumnAfter;
	}-*/;

	public final native String getFromColumnAfter()/*-{
		return this.fromColumnAfter;
	}-*/;

	
	public final native String getExtra_type()/*-{
		return this.extra_type;
	}-*/;

	public final native String getDisplayed()/*-{
		return this.displayed;
	}-*/;

	public final native String getExtraLabel()/*-{
		return this.extraLabel;
	}-*/;

	public final native String getHint()/*-{
		return this.hint;
	}-*/;

	

	
}
