1 package ca.uhn.hl7v2.testpanel.model;
2
3 import java.util.Date;
4
5 public class ActivitySendStats extends ActivityBase {
6
7 public ActivitySendStats(Date theTimestamp) {
8 super(theTimestamp);
9 // TODO Auto-generated constructor stub
10 }
11
12
13 public static class Factory
14 {
15 private int mySendCount;
16 }
17
18 }