public CompiledCriteriaImpl(String queryString, Integer firstResult, Integer maxResults, Argument argument) {
this.queryString = queryString;
this.firstResult = firstResult;
this.maxResults = maxResults;
this.argument = new UnmodifiableArgument(argument);
}