Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class FIStructure

java.lang.Object
  extended by 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


Constructor Summary
FIStructure()
           
FIStructure(java.lang.String id, java.lang.String value)
           

 

Method Summary
 java.lang.String getId()
           
 java.lang.String getValue()
           
 JSONObject modifyJSON(JSONObject jsonObj)
           
 void setId(java.lang.String id)
           
 void setValue(java.lang.String value)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FIStructure

public FIStructure()

FIStructure

public FIStructure(java.lang.String id,
                   java.lang.String value)

Method Detail

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

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.