All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tectonica.jonix.basic.BasicInfo2 Maven / Gradle / Ivy

There is a newer version: 2024-10-onix308-fix
Show newest version
package com.tectonica.jonix.basic;

import com.tectonica.jonix.basic.BasicInfo;
import com.tectonica.jonix.onix2.Product;

/**
 * ONIX2 concrete implementation for {@link BasicInfo}
 * 
 * @author Zach Melamed
 */
public class BasicInfo2 extends BasicInfo
{
	private static final long serialVersionUID = 1L;

	public BasicInfo2(Product product)
	{
		recordReference = product.getRecordReferenceValue();
		notificationType = product.getNotificationTypeValue();
		productIds = product.findProductIdentifiers(null); // TODO: lazy
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy