
nl.tno.bim.nmd.domain.NmdElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bimnmdservice Show documentation
Show all versions of bimnmdservice Show documentation
provides a REST api for retrieving nmd data from various data sources
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