* @param presentationModel
* @param window
*/
void doCopyMaster(PresentationModel presentationModel,
WindowInterface window) {
ConstructionTreeNode rootNode = (ConstructionTreeNode) constructionTreeTableModel
.getRoot();
ConstructionType constructionType = (ConstructionType) rootNode
.getObject();
if (constructionType.getProductArea() == null) {
Util.showErrorDialog(window, "Ikke definert produktomr�de",
"Det er ikke satt noe produktomr�de");