* The number ranges of the account numbers for the creditors, e. g. "10000-12999".
* @return the creditorsAccountNumberRanges
*/
public IntRanges getCreditorsAccountNumberRanges()
{
return (IntRanges) new IntRanges(creditorsAccountNumberRangesString).setNullRangeMatchesAlways(true);
}