Skip navigation links
com.oracle.e1.jdemf
Class FIStructure
java.lang.Object
com.oracle.e1.jdemf.FIStructure
-
public class FIStructure
- extends java.lang.Object
FI Structure represents the form interconnect id, value pairs sent as input to an EnterpriseOne form. The values sent will be populated into the form interconnect fields when the form is executed by EnterpriseOne Web Client
The id is the form interconnect id, as it is shown in FDA
The value is a string value, dates are expected to be sent as strings as well in YYYYMMDD format, use the convertDateToYMDString utility in JDEmfUtilites
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIStructure
public FIStructure()
FIStructure
public FIStructure(java.lang.String id,
java.lang.String value)
modifyJSON
public JSONObject modifyJSON(JSONObject jsonObj)
setId
public void setId(java.lang.String id)
getId
public java.lang.String getId()
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.