Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class ExportData

java.lang.Object
  extended by oracle.imaging.ExportData

All Implemented Interfaces:
java.io.Serializable

public class ExportData
extends java.lang.Object
implements java.io.Serializable

A data structure representing the properties of export data

See Also:
Serialized Form

Constructor Summary
ExportData()
           

 

Method Summary
 java.util.List<Application> getApplications()
           
 java.util.List<Application> getDependentApplications()
           
 java.lang.String getExportComments()
           
 java.util.Date getExportFileDate()
           
 java.util.List<Input> getInputs()
           
 java.util.List<Search> getSearches()
           
 void setApplications(java.util.List<Application> applications)
           
 void setDependentApplications(java.util.List<Application> dependentApplications)
           
 void setExportComments(java.lang.String comments)
           
 void setExportFileDate(java.util.Date fileDate)
           
 void setInputs(java.util.List<Input> inputs)
           
 void setSearches(java.util.List<Search> searches)
           

 

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

 

Constructor Detail

ExportData

public ExportData()

Method Detail

setApplications

public void setApplications(java.util.List<Application> applications)

getApplications

public java.util.List<Application> getApplications()

setInputs

public void setInputs(java.util.List<Input> inputs)

getInputs

public java.util.List<Input> getInputs()

setSearches

public void setSearches(java.util.List<Search> searches)

getSearches

public java.util.List<Search> getSearches()

setDependentApplications

public void setDependentApplications(java.util.List<Application> dependentApplications)

getDependentApplications

public java.util.List<Application> getDependentApplications()

setExportComments

public void setExportComments(java.lang.String comments)

getExportComments

public java.lang.String getExportComments()

setExportFileDate

public void setExportFileDate(java.util.Date fileDate)

getExportFileDate

public java.util.Date getExportFileDate()

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


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