163164165166167168169170171172173
} } } else if ( parser.getName().equals( PART_TAG.toString() ) ) { currentPart = new Part(); currentPart.setId( parser.getAttributeValue( null, Attribute.ID.toString() ) ); if ( currentPart.getId() == null ) {