Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.flex.kff.keyFlexfieldService
Class KeyFlexfieldStructureImpl

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDODataObject
      extended by oracle.apps.fnd.applcore.flex.kff.keyFlexfieldService.KeyFlexfieldStructureImpl
All Implemented Interfaces:
commonj.sdo.DataObject, java.io.Serializable, KeyFlexfieldStructure, org.eclipse.persistence.oxm.sequenced.SequencedObject

public class KeyFlexfieldStructureImpl
extends org.eclipse.persistence.sdo.SDODataObject
implements KeyFlexfieldStructure

See Also:
Serialized Form

Field Summary
static int END_PROPERTY_INDEX
           
static int START_PROPERTY_INDEX
           
 
Constructor Summary
KeyFlexfieldStructureImpl()
           
 
Method Summary
 java.lang.Long getApplicationId()
           
 java.lang.String getCreatedBy()
           
 java.sql.Timestamp getCreationDate()
           
 java.lang.String getDelimiter()
           
 java.lang.String getDescription()
           
 java.lang.String getEnabledFlag()
           
 java.lang.String getKeyFlexfieldCode()
           
 java.util.List getKeyFlexfieldSegments()
           
 java.sql.Timestamp getLastUpdateDate()
           
 java.lang.String getLastUpdatedBy()
           
 java.lang.String getLastUpdateLogin()
           
 java.lang.String getName()
           
 java.lang.String getStructureCode()
           
 java.lang.Long getStructureId()
           
 void setApplicationId(java.lang.Long value)
           
 void setCreatedBy(java.lang.String value)
           
 void setCreationDate(java.sql.Timestamp value)
           
 void setDelimiter(java.lang.String value)
           
 void setDescription(java.lang.String value)
           
 void setEnabledFlag(java.lang.String value)
           
 void setKeyFlexfieldCode(java.lang.String value)
           
 void setKeyFlexfieldSegments(java.util.List value)
           
 void setLastUpdateDate(java.sql.Timestamp value)
           
 void setLastUpdatedBy(java.lang.String value)
           
 void setLastUpdateLogin(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setStructureCode(java.lang.String value)
           
 void setStructureId(java.lang.Long value)
           
 
Methods inherited from class org.eclipse.persistence.sdo.SDODataObject
_getContainmentPropertyName, _getCurrentValueStore, _getOpenContentProperties, _getOpenContentPropertiesAttributes, _getOpenContentPropertiesAttributesMap, _getOpenContentPropertiesWithXMLRoots, _getPath, _getSdoRef, _setChangeSummary, _setContainer, _setContainmentPropertyName, _setCreated, _setCurrentValueStore, _setHelperContext, _setModified, _setOpenContentPropertiesAttributes, _setOpenContentPropertiesAttributesMap, _setOpenContentPropertiesWithXMLRoots, _setSdoRef, _setType, addOpenContentProperty, convertObjectToValue, convertObjectToValue, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, defineOpenContentProperty, defineOpenContentProperty, delete, detach, detachOrDelete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getPropertyInternal, getRootObject, getSequence, getSequence, getSequence, getSequence, getSettings, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, isSetInternal, parentContains, removeOpenContentProperty, resetChanges, set, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataGraph, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setInternal, setList, setList, setList, setLong, setLong, setLong, setPropertyInternal, setShort, setShort, setShort, setString, setString, setString, undoChanges, unset, unset, unset, unset, updateContainment, updateContainment, updateContainment, updateContainment, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_PROPERTY_INDEX

public static final int START_PROPERTY_INDEX
See Also:
Constant Field Values

END_PROPERTY_INDEX

public static final int END_PROPERTY_INDEX
See Also:
Constant Field Values
Constructor Detail

KeyFlexfieldStructureImpl

public KeyFlexfieldStructureImpl()
Method Detail

getStructureId

public java.lang.Long getStructureId()
Specified by:
getStructureId in interface KeyFlexfieldStructure

setStructureId

public void setStructureId(java.lang.Long value)
Specified by:
setStructureId in interface KeyFlexfieldStructure

getApplicationId

public java.lang.Long getApplicationId()
Specified by:
getApplicationId in interface KeyFlexfieldStructure

setApplicationId

public void setApplicationId(java.lang.Long value)
Specified by:
setApplicationId in interface KeyFlexfieldStructure

getKeyFlexfieldCode

public java.lang.String getKeyFlexfieldCode()
Specified by:
getKeyFlexfieldCode in interface KeyFlexfieldStructure

setKeyFlexfieldCode

public void setKeyFlexfieldCode(java.lang.String value)
Specified by:
setKeyFlexfieldCode in interface KeyFlexfieldStructure

getStructureCode

public java.lang.String getStructureCode()
Specified by:
getStructureCode in interface KeyFlexfieldStructure

setStructureCode

public void setStructureCode(java.lang.String value)
Specified by:
setStructureCode in interface KeyFlexfieldStructure

getName

public java.lang.String getName()
Specified by:
getName in interface KeyFlexfieldStructure

setName

public void setName(java.lang.String value)
Specified by:
setName in interface KeyFlexfieldStructure

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface KeyFlexfieldStructure

setDescription

public void setDescription(java.lang.String value)
Specified by:
setDescription in interface KeyFlexfieldStructure

getDelimiter

public java.lang.String getDelimiter()
Specified by:
getDelimiter in interface KeyFlexfieldStructure

setDelimiter

public void setDelimiter(java.lang.String value)
Specified by:
setDelimiter in interface KeyFlexfieldStructure

getEnabledFlag

public java.lang.String getEnabledFlag()
Specified by:
getEnabledFlag in interface KeyFlexfieldStructure

setEnabledFlag

public void setEnabledFlag(java.lang.String value)
Specified by:
setEnabledFlag in interface KeyFlexfieldStructure

getCreationDate

public java.sql.Timestamp getCreationDate()
Specified by:
getCreationDate in interface KeyFlexfieldStructure

setCreationDate

public void setCreationDate(java.sql.Timestamp value)
Specified by:
setCreationDate in interface KeyFlexfieldStructure

getCreatedBy

public java.lang.String getCreatedBy()
Specified by:
getCreatedBy in interface KeyFlexfieldStructure

setCreatedBy

public void setCreatedBy(java.lang.String value)
Specified by:
setCreatedBy in interface KeyFlexfieldStructure

getLastUpdateDate

public java.sql.Timestamp getLastUpdateDate()
Specified by:
getLastUpdateDate in interface KeyFlexfieldStructure

setLastUpdateDate

public void setLastUpdateDate(java.sql.Timestamp value)
Specified by:
setLastUpdateDate in interface KeyFlexfieldStructure

getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Specified by:
getLastUpdatedBy in interface KeyFlexfieldStructure

setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String value)
Specified by:
setLastUpdatedBy in interface KeyFlexfieldStructure

getLastUpdateLogin

public java.lang.String getLastUpdateLogin()
Specified by:
getLastUpdateLogin in interface KeyFlexfieldStructure

setLastUpdateLogin

public void setLastUpdateLogin(java.lang.String value)
Specified by:
setLastUpdateLogin in interface KeyFlexfieldStructure

getKeyFlexfieldSegments

public java.util.List getKeyFlexfieldSegments()
Specified by:
getKeyFlexfieldSegments in interface KeyFlexfieldStructure

setKeyFlexfieldSegments

public void setKeyFlexfieldSegments(java.util.List value)
Specified by:
setKeyFlexfieldSegments in interface KeyFlexfieldStructure

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.