wt.ixb.clientAccess
Class ObjectExportParameters

java.lang.Object
  extended by wt.ixb.clientAccess.ExportImportParameters
      extended by wt.ixb.clientAccess.ObjectExportParameters
All Implemented Interfaces:
Externalizable, Serializable

public class ObjectExportParameters
extends ExportImportParameters
implements Externalizable



Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
 String getClientFileName()
          Gets the value of the attribute: clientFileName; The file name (including its path) for storing export results.
 ObjectSetFilterInfo[] getFilters()
          Gets the value of the attribute: filters;
@See ObjectSetFilterInfo

Supported API: true
 ObjectSetGeneratorInfo[] getGenerators()
          Gets the value of the attribute: generators;
@See ObjectSetGeneratorInfo

Supported API: true
 void setClientFileName(String a_ClientFileName)
          Sets the value of the attribute: clientFileName; The file name (including its path) for storing export results.
 void setFilters(ObjectSetFilterInfo[] a_Filters)
          Sets the value of the attribute: filters;
@See ObjectSetFilterInfo

Supported API: true
 void setGenerators(ObjectSetGeneratorInfo[] a_Generators)
          Sets the value of the attribute: generators;
@See ObjectSetGeneratorInfo

Supported API: true
 
Methods inherited from class wt.ixb.clientAccess.ExportImportParameters
getActionName, getDtd, getGuiId, getPolicyFile, getRuleFile, isPreviewOnly, isValidation, setActionName, setDtd, setGuiId, setPolicyFile, setPreviewOnly, setRuleFile, setValidation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClientFileName

public String getClientFileName()
Gets the value of the attribute: clientFileName; The file name (including its path) for storing export results.

Supported API: true

Returns:
String

setClientFileName

public void setClientFileName(String a_ClientFileName)
                       throws WTPropertyVetoException
Sets the value of the attribute: clientFileName; The file name (including its path) for storing export results.

Supported API: true

Parameters:
a_ClientFileName -
Throws:
WTPropertyVetoException

getGenerators

public ObjectSetGeneratorInfo[] getGenerators()
Gets the value of the attribute: generators;
@See ObjectSetGeneratorInfo

Supported API: true

Returns:
ObjectSetGeneratorInfo[]

setGenerators

public void setGenerators(ObjectSetGeneratorInfo[] a_Generators)
                   throws WTPropertyVetoException
Sets the value of the attribute: generators;
@See ObjectSetGeneratorInfo

Supported API: true

Parameters:
a_Generators -
Throws:
WTPropertyVetoException

getFilters

public ObjectSetFilterInfo[] getFilters()
Gets the value of the attribute: filters;
@See ObjectSetFilterInfo

Supported API: true

Returns:
ObjectSetFilterInfo[]

setFilters

public void setFilters(ObjectSetFilterInfo[] a_Filters)
                throws WTPropertyVetoException
Sets the value of the attribute: filters;
@See ObjectSetFilterInfo

Supported API: true

Parameters:
a_Filters -
Throws:
WTPropertyVetoException