
nl.tno.bim.nmd.domain.NmdElement Maven / Gradle / Ivy
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