aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/config/deprecated/Mandates.java
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/config/deprecated/Mandates.java')
-rw-r--r--id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/config/deprecated/Mandates.java39
1 files changed, 39 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/config/deprecated/Mandates.java b/id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/config/deprecated/Mandates.java
index a87a6d1f6..58b8972a1 100644
--- a/id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/config/deprecated/Mandates.java
+++ b/id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/config/deprecated/Mandates.java
@@ -17,6 +17,7 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlTransient;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_commons.lang.Equals;
@@ -70,6 +71,12 @@ public class Mandates
protected Long hjid;
// protected transient List<MandatesProfileNameItem> profileNameItems;
+ @XmlTransient
+ protected String selectedMISServiceURL;
+
+ @XmlTransient
+ protected String selecteELGAServiceURL;
+
/**
* Gets the value of the profiles property.
*
@@ -145,11 +152,43 @@ public class Mandates
+
+
public Long getHjid() {
return hjid;
}
/**
+ * @return the selectedMISServiceURL
+ */
+ public String getSelectedMISServiceURL() {
+ return selectedMISServiceURL;
+ }
+
+ /**
+ * @param selectedMISServiceURL the selectedMISServiceURL to set
+ */
+ public void setSelectedMISServiceURL(String selectedMISServiceURL) {
+ this.selectedMISServiceURL = selectedMISServiceURL;
+ }
+
+
+
+ /**
+ * @return the selecteELGAServiceURL
+ */
+ public String getSelecteELGAServiceURL() {
+ return selecteELGAServiceURL;
+ }
+
+ /**
+ * @param selecteELGAServiceURL the selecteELGAServiceURL to set
+ */
+ public void setSelecteELGAServiceURL(String selecteELGAServiceURL) {
+ this.selecteELGAServiceURL = selecteELGAServiceURL;
+ }
+
+ /**
* Sets the value of the hjid property.
*
* @param value