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

com.antiaction.raptor.sql.mssql.TreePath Maven / Gradle / Ivy

The newest version!
/*
 * Created on 13/03/2010
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */

package com.antiaction.raptor.sql.mssql;

public class TreePath {

	public int tree_id;

	public int id;

	public int level;

	public TreePath() {
	}

	public TreePath(int tree_id, int id, int level) {
		this.tree_id = tree_id;
		this.id = id;
		this.level = level;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy