*/
public static ListState getListState(String url, int dayOfMonth, int docId,
String primaryKey, WebState webState) throws SharepointException {
DateTime dt = new DateTime(2009, 9, dayOfMonth, 11, 26, 38, 100);
ListState ls = new ListState(primaryKey, "inTitle",
SPConstants.GENERIC_LIST, dt.toCalendar(Locale.ENGLISH), "", url,
webState);
ls.setPrimaryKey(primaryKey);
ls.setType(SPConstants.GENERIC_LIST);
SPDocument doc = new SPDocument(new Integer(docId).toString(), "X",