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

org.kuali.common.impex.SchemaRequest Maven / Gradle / Ivy

package org.kuali.common.impex;

public class SchemaRequest {

	TableContext table;
	View view;
	Sequence sequence;

	public TableContext getTable() {
		return table;
	}

	public void setTable(TableContext table) {
		this.table = table;
	}

	public View getView() {
		return view;
	}

	public void setView(View view) {
		this.view = view;
	}

	public Sequence getSequence() {
		return sequence;
	}

	public void setSequence(Sequence sequence) {
		this.sequence = sequence;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy