target.setLabelCode(new CatalogNumberHibernateImpl(matchSource.get(NfoField.LABEL_CODE).getMatch(),
Integer.parseInt(matchSource.get(NfoField.LABEL_CODE_NO).getMatch()),
matchSource.get(NfoField.LABEL_CODE_SUFFIX).getMatch()));
if (l != null) {
l.addCode(matchSource.get(NfoField.LABEL_CODE).getMatch());
}
}
}
private static void storeDates(ReleaseData target, Map<NfoField, MatchResult> matchSource,