MessageStruct.java

package net.metanotion.emailqueue;

/** <i>This is a data/struct/value class generated by the SQLC compiler.</i> */
@javax.annotation.Generated("net.metanotion.sqlc.SQLC")  final class MessageStruct {
	public java.lang.Integer RetryCount;
	public java.lang.String Sender;
	public java.lang.Long MailId;
	public java.lang.String Message;
	public java.lang.String Subject;
	public java.lang.String Recipient;
}