Header.java

package net.metanotion.contentstore;

/** <i>This is a data/struct/value class generated by the SQLC compiler.</i> */
@javax.annotation.Generated("net.metanotion.sqlc.SQLC") public final class Header {
	public java.lang.Long id;
	public java.lang.String Title;
}