|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.client.xml.exporter.XMLExporterParams
public class XMLExporterParams
This class represents a parameters object associated with an XMLExporterEvent. You can specify to skip a particular business object type and can also specify the fields to be exported. If no fields are specified or if this parameter object is not modified, the default XML export fields will be used. You can see the list of default XML fields by calling getDefaultXMLExportFields() on each business object class.
Method Summary | |
---|---|
java.lang.String |
getClassName()
Gets the name of the business object class about to be exported |
java.lang.String[] |
getFields()
Gets the array of fields to be exported for this business object type |
java.util.Set |
getFieldSet()
Gets a copy of the fields to be exported for this business object type as a Set. |
boolean |
isIncluded()
Reports whether or not this type of business object will be exported |
void |
setFields(java.util.Set<java.lang.String> fields)
Sets the array of fields to be exported for this business object type |
void |
setFields(java.lang.String[] fields)
Sets the array of fields to be exported for this business object type |
void |
setIncluded(boolean b)
Specifies whether to export this type of business object or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String[] getFields()
public java.util.Set getFieldSet()
public void setFields(java.lang.String[] fields)
fields
- the array of field namespublic void setFields(java.util.Set<java.lang.String> fields)
fields
- the set of field namespublic boolean isIncluded()
public void setIncluded(boolean b)
b
- true to export, false to skip
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |