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

org.kuali.core.db.torque.PrettyPrint Maven / Gradle / Ivy

package org.kuali.core.db.torque;

/**
 * 
 */
public class PrettyPrint {
	public PrettyPrint() {
		this(null);
	}

	public PrettyPrint(String msg) {
		super();
		this.msg = msg;
	}

	long start;
	long stop;
	String msg;

	public long getStart() {
		return start;
	}

	public void setStart(long start) {
		this.start = start;
	}

	public long getStop() {
		return stop;
	}

	public void setStop(long stop) {
		this.stop = stop;
	}

	public String getMsg() {
		return msg;
	}

	public void setMsg(String msg) {
		this.msg = msg;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy