Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


com.oracle.bpel.sensor.schemas
Class TProcessVariableData

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TVariableData
          extended by com.oracle.bpel.sensor.schemas.TProcessVariableData

All Implemented Interfaces:
ITProcessVariableData, ITVariableData, java.io.Serializable

public class TProcessVariableData
extends TVariableData
implements java.io.Serializable, ITProcessVariableData

Constructor Summary
TProcessVariableData()
           
TProcessVariableData(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.util.Calendar getCreationDate()
          Returns the value of field 'creationDate'.
 java.util.Calendar getModifyDate()
          Returns the value of field 'modifyDate'.
 void setCreationDate(java.util.Calendar creationDate)
          Sets the value of field 'creationDate'.
 void setModifyDate(java.util.Calendar modifyDate)
          Sets the value of field 'modifyDate'.

 

Methods inherited from class com.oracle.bpel.sensor.schemas.TVariableData
getData, getDataType, getQueryName, getTarget, getUpdaterName, getUpdaterType, setData, setDataType, setQueryName, setTarget, setUpdaterName, setUpdaterType

 

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

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITVariableData
getData, getDataType, getQueryName, getTarget, getUpdaterName, getUpdaterType, setData, setDataType, setQueryName, setTarget, setUpdaterName, setUpdaterType

 

Constructor Detail

TProcessVariableData

public TProcessVariableData()

TProcessVariableData

public TProcessVariableData(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName
Overrides:
__getFacadeName in class TVariableData

getCreationDate

public java.util.Calendar getCreationDate()
Returns the value of field 'creationDate'. The field 'creationDate' has the following description: null
Specified by:
getCreationDate in interface ITProcessVariableData
Returns:
the value of field 'creationDate'.

getModifyDate

public java.util.Calendar getModifyDate()
Returns the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Specified by:
getModifyDate in interface ITProcessVariableData
Returns:
the value of field 'modifyDate'.

setCreationDate

public void setCreationDate(java.util.Calendar creationDate)
Sets the value of field 'creationDate'. The field 'creationDate' has the following description: null
Specified by:
setCreationDate in interface ITProcessVariableData
Parameters:
creationDate - the value of field 'creationDate'.

setModifyDate

public void setModifyDate(java.util.Calendar modifyDate)
Sets the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Specified by:
setModifyDate in interface ITProcessVariableData
Parameters:
modifyDate - the value of field 'modifyDate'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.