X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.template2d.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Ftemplate2d%2Fui%2Ffunction%2FFlagInfo.java;h=3b156df2366f2c3a337fab0b6201de8de08b43c9;hp=22ce22df1d210c589fcd9d8a5cf5b5daff5c18df;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/function/FlagInfo.java b/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/function/FlagInfo.java index 22ce22df1..3b156df23 100644 --- a/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/function/FlagInfo.java +++ b/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/function/FlagInfo.java @@ -1,41 +1,41 @@ -/******************************************************************************* - * Copyright (c) 2012 Association for Decentralized Information Management in - * Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.modeling.template2d.ui.function; - -import org.simantics.databoard.util.Bean; -import org.simantics.db.Resource; - -public class FlagInfo extends Bean { - - public Resource flag = null; - public String flagTableName = ""; - public Integer flagTableRowIndex = -1; - -// public Resource getFlag() { -// return flag; -// } -// public void setFlag(Resource flag) { -// this.flag = flag; -// } -// public String getFlagTableName() { -// return slotTableName; -// } -// public void setFlagTableName(String slotTableName) { -// this.slotTableName = slotTableName; -// } -// public Integer getFlagTableRowIndex() { -// return slotTableRowIndex; -// } -// public void setFlagTableRowIndex(Integer slotTableRowIndex) { -// this.slotTableRowIndex = slotTableRowIndex; -// } -} +/******************************************************************************* + * Copyright (c) 2012 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.modeling.template2d.ui.function; + +import org.simantics.databoard.util.Bean; +import org.simantics.db.Resource; + +public class FlagInfo extends Bean { + + public Resource flag = null; + public String flagTableName = ""; + public Integer flagTableRowIndex = -1; + +// public Resource getFlag() { +// return flag; +// } +// public void setFlag(Resource flag) { +// this.flag = flag; +// } +// public String getFlagTableName() { +// return slotTableName; +// } +// public void setFlagTableName(String slotTableName) { +// this.slotTableName = slotTableName; +// } +// public Integer getFlagTableRowIndex() { +// return slotTableRowIndex; +// } +// public void setFlagTableRowIndex(Integer slotTableRowIndex) { +// this.slotTableRowIndex = slotTableRowIndex; +// } +}