Vmtime0.java 312 Bytes
Newer Older
TongZuu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.csc.library.databean;

/**
 * @author M-M
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class Vmtime0 extends Mtime0 {
	public Vmtime0() {
		super();
		this.setActualName("Vmtime0");
	}
}