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

nl.tno.bim.nmd.domain.NmdElement Maven / Gradle / Ivy

The newest version!
package nl.tno.bim.nmd.domain;

import java.util.Collection;
import java.util.List;

public interface NmdElement {

	NlsfbCode getNlsfbCode();

	Integer getElementId();

	Integer getParentId();
	
	Boolean getIsElementPart();

	String getElementName();
	
	Boolean getIsMandatory();
	
	Collection getProducts();

	void addProductCards(List products);

	void addProductCard(NmdProductCard fullCard);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy