MOB-1253: Can't search on Vital Record Review Period

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15910 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2009-08-25 15:45:34 +00:00
parent 00e2edb3de
commit 46a20ae097

View File

@@ -102,6 +102,22 @@ public class Period implements Serializable
} }
} }
/**
* @return the periodType
*/
public String getPeriodType()
{
return periodType;
}
/**
* @return the expression
*/
public String getExpression()
{
return expression;
}
/** /**
* Calculate the next date for this period given the a start date. * Calculate the next date for this period given the a start date.
* *