|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.infoobject.InfoObject
com.businessobjects.enterprise.overload.Overload
This class provides properties and methods that allow you to manage overloads.
An overload is a set of restrictions.
Restrictions are individual filters that limit the final view a user has of a universe or a Web Intelligence report. Six different restriction types are available:
Principals can only have one overload applied. However, if an individual user is a member of multiple user groups, due to inheritance the user may be associated with more than one overload object. For that reason, user groups are ordered by priority when associated with a universe.
Note: If a value is overloaded, its default value has been modified. For example, if the default value for a property is true, but the value is changed to false, the property is considered overloaded. Furthermore, if the value is set back to true, the property is still considered overloaded.
| Constructor Summary | |
Overload()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
java.lang.Boolean |
getComplexOperandsAllowed()
Returns a boolean value that indicates whether to allow complex operands. |
java.lang.Boolean |
getComplexOperandsAllowedOverloaded()
Returns a boolean value that indicates whether to overload allowing complex operands. |
java.lang.String |
getConnectionCUID()
Returns the connection ID. |
java.lang.Boolean |
getCostEstimationWarningEnabled()
Returns a boolean value that indicates whether the cost estimation warning is enabled. |
java.lang.Boolean |
getCostEstimationWarningOverloaded()
Returns a boolean value that indicates whether the cost estimation warning is overloaded. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.Boolean |
getLimitExecutionTimeEnabled()
Returns a boolean that indicates whether limiting the execution time has been enabled. |
java.lang.Boolean |
getLimitExecutionTimeOverloaded()
Returns a boolean that indicates whether the execution time for a query has been overloaded. |
java.lang.Boolean |
getLimitLongTextObjectsSizeEnabled()
Returns a boolean that indicates whether a limitation has been set on the size of long text objects. |
java.lang.Boolean |
getLimitLongTextObjectsSizeOverloaded()
Returns a boolean that indicates whether the size of long text objects has been overloaded. |
java.lang.Boolean |
getLimitResultSetSizeEnabled()
Returns a boolean that indicates whether limiting the result size has been enabled. |
java.lang.Boolean |
getLimitResultSetSizeOverloaded()
Returns a boolean that indicates whether the result set size has been overloaded. |
java.lang.Integer |
getMaxCostEstimation()
Returns the maximum cost estimation with no warning. |
java.lang.Integer |
getMaxExecutionTime()
Returns the maximum execution time of a query. |
java.lang.Integer |
getMaxLongTextObjectsSize()
Returns the number of characters that are retrieved from a database. |
java.lang.Integer |
getMaxResultSetSize()
Returns the maximum number of rows that are returned by a query. |
java.lang.Boolean |
getMultipleContextSelectionAllowed()
Returns a boolean that indicates whether allowing the selection of multiple contexts has been enabled. |
java.lang.Boolean |
getMultipleContextSelectionAllowedOverloaded()
Returns a boolean that indicates whether allowing the selection of multiple contexts has been overloaded. |
java.lang.Boolean |
getMultipleSQLStatementsEachContextAllowed()
Returns a boolean that indicates whether permission to use multiple SQL statements for each context has been enabled. |
java.lang.Boolean |
getMultipleSQLStatementsEachContextAllowedOverloaded()
Returns a boolean that indicates whether allowing multiple SQL statements for each context has been overloaded. |
java.lang.Boolean |
getMultipleSQLStatementsEachMeasureAllowed()
Returns a boolean that indicates whether permission to use multiple SQL statements for each measure has been enabled. |
java.lang.Boolean |
getMultipleSQLStatementsEachMeasureAllowedOverloaded()
Returns a boolean that indicates whether permission to use multiple SQL statements for each measure has been overloaded. |
java.lang.Boolean |
getPreventCartesianProduct()
Returns a boolean that indicates whether generating a cartesian product is prohibited. |
java.lang.Boolean |
getPreventCartesianProductOverloaded()
Returns a boolean that indicates whether generating a cartesian product has been overloaded. |
ObjectsOverload |
getRestrictedObjects()
Returns a collection of universe objects that are restricted from the given universe. |
RowsOverload |
getRestrictedRows()
Returns a collection of database table rows that are restricted from a given universe. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.Boolean |
getSubQueriesAllowed()
Returns a boolean value to indicate whether to allow subqueries. |
java.lang.Boolean |
getSubQueriesAllowedOverloaded()
Returns a boolean value that indicates whether allowing subqueries is overloaded. |
TableMappingsOverload |
getTableMappings()
Returns a collection of table mappings for a given universe. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
java.lang.Boolean |
getUnionIntersectMinusAllowed()
Returns a boolean that indicates whether allowing the use of set operators (union, intersect, and minus) in SQL queries has been enabled. |
java.lang.Boolean |
getUnionIntersectMinusAllowedOverloaded()
Returns a boolean that indicates whether allowing set operators in an SQL query has been overloaded. |
int |
hashCode()
Internal Use Only. |
void |
setComplexOperandsAllowed(java.lang.Boolean complexOperandsAllowed)
Sets a boolean value that indicates whether to allow complex operands. |
void |
setComplexOperandsAllowedOverloaded(java.lang.Boolean complexOperandsAllowedOverloaded)
Sets a boolean value that indicates whether to overload allowing complex operands. |
void |
setConnectionCUID(java.lang.String connectionCUID)
Sets the connection ID. |
void |
setCostEstimationWarningEnabled(java.lang.Boolean costEstimationWarningEnabled)
Sets a boolean value that indicates whether the cost estimation warning is enabled. |
void |
setCostEstimationWarningOverloaded(java.lang.Boolean costEstimationWarningOverloaded)
Sets a boolean value that indicates whether the cost estimation warning is overloaded. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setLimitExecutionTimeEnabled(java.lang.Boolean limitExecutionTimeEnabled)
Sets a boolean that indicates whether limiting the execution time has been enabled. |
void |
setLimitExecutionTimeOverloaded(java.lang.Boolean limitExecutionTimeOverloaded)
Sets a boolean that indicates whether the execution time for a query has been overloaded. |
void |
setLimitLongTextObjectsSizeEnabled(java.lang.Boolean limitLongTextObjectsSizeEnabled)
Sets a boolean that indicates whether limiting the size of long text objects has been enabled. |
void |
setLimitLongTextObjectsSizeOverloaded(java.lang.Boolean limitLongTextObjectsSizeOverloaded)
Sets a boolean that indicates whether the size of long text objects has been overloaded. |
void |
setLimitResultSetSizeEnabled(java.lang.Boolean limitResultSetSizeEnabled)
Sets a boolean that indicates whether limiting the result set size has been enabled. |
void |
setLimitResultSetSizeOverloaded(java.lang.Boolean limitResultSetSizeOverloaded)
Sets a boolean that indicates whether the result set size has been overloaded. |
void |
setMaxCostEstimation(java.lang.Integer maxCostEstimation)
Sets the maximum cost estimation with no warning. |
void |
setMaxExecutionTime(java.lang.Integer maxExecutionTime)
Sets the maximum execution time of a query. |
void |
setMaxLongTextObjectsSize(java.lang.Integer maxLongTextObjectsSize)
Sets the number of characters that are retrieved from a database. |
void |
setMaxResultSetSize(java.lang.Integer maxResultSetSize)
Sets the maximum number of rows that are returned by a query. |
void |
setMultipleContextSelectionAllowed(java.lang.Boolean multipleContextSelectionAllowed)
Sets a boolean that indicates whether allowing the selection of multiple contexts has been enabled. |
void |
setMultipleContextSelectionAllowedOverloaded(java.lang.Boolean multipleContextSelectionAllowedOverloaded)
Sets a boolean that indicates whether allowing the selection of multiple contexts has been overloaded. |
void |
setMultipleSQLStatementsEachContextAllowed(java.lang.Boolean multipleSQLStatementsEachContextAllowed)
Sets a boolean that indicates whether permission to use of multiple SQL statements for each context has been enabled. |
void |
setMultipleSQLStatementsEachContextAllowedOverloaded(java.lang.Boolean multipleSQLStatementsEachContextAllowedOverloaded)
Sets a boolean that indicates whether allowing multiple SQL statements for each context has been overloaded. |
void |
setMultipleSQLStatementsEachMeasureAllowed(java.lang.Boolean multipleSQLStatementsEachMeasureAllowed)
Sets a boolean that indicates whether permission to use multiple SQL statements for each measure has been enabled. |
void |
setMultipleSQLStatementsEachMeasureAllowedOverloaded(java.lang.Boolean multipleSQLStatementsEachMeasureAllowedOverloaded)
Sets a boolean that indicates whether permission to use multiple SQL statements for each measure has been overloaded. |
void |
setPreventCartesianProduct(java.lang.Boolean preventCartesianProduct)
Sets a boolean that indicates whether generating a cartesian product is prohibited. |
void |
setPreventCartesianProductOverloaded(java.lang.Boolean preventCartesianProductOverloaded)
Sets a boolean that indicates whether generating a cartesian product has been overloaded. |
void |
setRestrictedObjects(ObjectsOverload restrictedObjects)
Sets a collection of universe objects that are restricted from the given universe. |
void |
setRestrictedRows(RowsOverload restrictedRows)
Sets a collection of database table rows that are restricted from a given universe. |
void |
setSubQueriesAllowed(java.lang.Boolean subQueriesAllowed)
Sets a boolean value to indicate whether to allow subqueries. |
void |
setSubQueriesAllowedOverloaded(java.lang.Boolean subQueriesAllowedOverloaded)
Sets a boolean value that indicates whether allowing subqueries is overloaded. |
void |
setTableMappings(TableMappingsOverload tableMappings)
Sets a collection of table mappings for a given universe. |
void |
setUnionIntersectMinusAllowed(java.lang.Boolean unionIntersectMinusAllowed)
Sets a boolean that indicates whether allowing the use of set operators (union, intersect, and minus) in SQL queries has been enabled. |
void |
setUnionIntersectMinusAllowedOverloaded(java.lang.Boolean unionIntersectMinusAllowedOverloaded)
Sets a boolean that indicates whether allowing set operators in an SQL query has been overloaded. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Overload()
| Method Detail |
public java.lang.Integer getMaxLongTextObjectsSize()
Returns the number of characters that are retrieved from a database.
The default value for the query limit is 1000 characters.
For this property to have an affect on the execution time of a query, the setLimitLongTextObjectsSizeEnabled must be set to true.
public void setMaxLongTextObjectsSize(java.lang.Integer maxLongTextObjectsSize)
Sets the number of characters that are retrieved from a database.
For this property to have an affect on the execution time of a query, the setLimitLongTextObjectsSizeEnabled must be set to true.
Note: This property allows you to specify the maximum number of characters that a user can retrieve from the database. This number depends on the RDBMS which contains the data. A long text object can contain up to 32,000 characters and take up to 4 GB of disk space.
maxLongTextObjectsSize - The number of characters that are retrieved from a database.public ObjectsOverload getRestrictedObjects()
Returns a collection of universe objects that are restricted from the given universe.
public void setRestrictedObjects(ObjectsOverload restrictedObjects)
Sets a collection of universe objects that are restricted from the given universe.
restrictedObjects - A collection of universe objects that are restricted from the given universe.public java.lang.Integer getMaxResultSetSize()
Returns the maximum number of rows that are returned by a query.
The default value for the query limit is 5000 rows.
For this property to have an affect on the number of rows that a query can retrieve from the data source,
the setLimitLongTextObjectsSizeEnabled must be set to true.
public void setMaxResultSetSize(java.lang.Integer maxResultSetSize)
Sets the maximum number of rows that are returned by a query.
For this property to have an affect on the number of rows that a query can retrieve from the data source,
the setLimitLongTextObjectsSizeEnabled must be set to true.
Note: This property allows you to specify the maximum number of rows that a query can retrieve from a database. When the query reaches this limit, it stops; however, the end user can still retrieve the partial results.
maxResultSetSize - The maximum number of rows that are returned by a query.public java.lang.Integer getMaxExecutionTime()
Returns the maximum execution time of a query.
The default value for the query limit is 10 minutes.
For this property to have an affect on the execution time of a query,
the setLimitExecutionTimeEnabled must be set to true.
public void setMaxExecutionTime(java.lang.Integer maxExecutionTime)
Sets the maximum execution time of a query.
For this property to have an affect on the execution time of a query,
the setLimitExecutionTimeEnabled must be set to true.
Note: This property allows you to specify the maximum time (in minutes) that a query can execute before it expires. When the execution time has expired, it stops; however, the partial result is returned.
maxExecutionTime - The maximum execution time of a query.public java.lang.Boolean getUnionIntersectMinusAllowed()
Returns a boolean that indicates whether allowing the use of set operators (union, intersect, and minus) in SQL queries has been enabled.
The default value is true.
true if the use of set operators in SQL queries are allowed, and false otherwise.public void setUnionIntersectMinusAllowed(java.lang.Boolean unionIntersectMinusAllowed)
Sets a boolean that indicates whether allowing the use of set operators (union, intersect, and minus) in SQL queries has been enabled.
Note: If this property is set to true end users are able to combine queries using data set operators (union, intersect, and minus) to obtain one set of results.
unionIntersectMinusAllowed - true if the use of set operators in SQL queries are allowed, and false otherwise.public java.lang.Boolean getUnionIntersectMinusAllowedOverloaded()
Returns a boolean that indicates whether allowing set operators in an SQL query has been overloaded.
true if the property has been overloaded, and false otherwise.public void setUnionIntersectMinusAllowedOverloaded(java.lang.Boolean unionIntersectMinusAllowedOverloaded)
Sets a boolean that indicates whether allowing set operators in an SQL query has been overloaded.
unionIntersectMinusAllowedOverloaded - true if the property has been overloaded, and false otherwise.public TableMappingsOverload getTableMappings()
Returns a collection of table mappings for a given universe.
public void setTableMappings(TableMappingsOverload tableMappings)
Sets a collection of table mappings for a given universe.
tableMappings - A collection of table mappings for a given universe.public java.lang.String getConnectionCUID()
Returns the connection ID.
A universe is identified by its name and database connection. This property identifies the database connection of the universe that is associated with this overload object.
public void setConnectionCUID(java.lang.String connectionCUID)
Sets the connection ID.
A universe is identified by its name and database connection. This property identifies the database connection of the universe that is associated with this overload object.
connectionCUID - The ID.public java.lang.Boolean getMultipleContextSelectionAllowed()
Returns a boolean that indicates whether allowing the selection of multiple contexts has been enabled.
The default value is false. This indicates that a query cannot be executed along different paths within a loop, and generate two different sets of results simultaneously.
true if the selection of multiple contexts is permitted, and false otherwise.public void setMultipleContextSelectionAllowed(java.lang.Boolean multipleContextSelectionAllowed)
Sets a boolean that indicates whether allowing the selection of multiple contexts has been enabled.
Note: If this property is set to true end users can execute a query along different paths within a loop, and generate two different sets of results simultaneously.
multipleContextSelectionAllowed - true if the selection of multiple contexts is permitted, and false otherwise.public java.lang.Boolean getMultipleContextSelectionAllowedOverloaded()
Returns a boolean that indicates whether allowing the selection of multiple contexts has been overloaded.
true if allowing the selection of multiple contexts has been overloaded, and false otherwise.public void setMultipleContextSelectionAllowedOverloaded(java.lang.Boolean multipleContextSelectionAllowedOverloaded)
Sets a boolean that indicates whether allowing the selection of multiple contexts has been overloaded.
multipleContextSelectionAllowedOverloaded - true if allowing the selection of multiple contexts has been overloaded, and false otherwise.public RowsOverload getRestrictedRows()
Returns a collection of database table rows that are restricted from a given universe.
public void setRestrictedRows(RowsOverload restrictedRows)
Sets a collection of database table rows that are restricted from a given universe.
restrictedRows - A collection of database table rows that are restricted from a given universe.public java.lang.Boolean getLimitLongTextObjectsSizeEnabled()
Returns a boolean that indicates whether a limitation has been set on the size of long text objects.
The default value is true. This indicates that the size of long text objects will be limited to a certain number of characters.
The default size for long text objects is set to 1000 characters.
true if the long text object size has been limited, and false otherwise.public void setLimitLongTextObjectsSizeEnabled(java.lang.Boolean limitLongTextObjectsSizeEnabled)
Sets a boolean that indicates whether limiting the size of long text objects has been enabled.
limitLongTextObjectsSizeEnabled - true if the long text object size has been limited, and false otherwise.public java.lang.Boolean getLimitLongTextObjectsSizeOverloaded()
Returns a boolean that indicates whether the size of long text objects has been overloaded.
true if the text object size has been overloaded, and false otherwise.public void setLimitLongTextObjectsSizeOverloaded(java.lang.Boolean limitLongTextObjectsSizeOverloaded)
Sets a boolean that indicates whether the size of long text objects has been overloaded.
limitLongTextObjectsSizeOverloaded - true if the text object size has been overloaded, and false otherwise.public java.lang.Integer getMaxCostEstimation()
Returns the maximum cost estimation with no warning.
public void setMaxCostEstimation(java.lang.Integer maxCostEstimation)
Sets the maximum cost estimation with no warning.
maxCostEstimation - The maximum cost estimation with no warning.public java.lang.Boolean getLimitExecutionTimeEnabled()
Returns a boolean that indicates whether limiting the execution time has been enabled.
The default value is true. This indicates that the execution time will be limited to a certain time.
The default execution time limit for a query is set to 10 minutes.
true if the execution time has been limited, and false otherwise.public void setLimitExecutionTimeEnabled(java.lang.Boolean limitExecutionTimeEnabled)
Sets a boolean that indicates whether limiting the execution time has been enabled.
limitExecutionTimeEnabled - true if the execution time has been limited, and false otherwise.public java.lang.Boolean getLimitExecutionTimeOverloaded()
Returns a boolean that indicates whether the execution time for a query has been overloaded.
The default values for the query limit with respect to execution time are:
true which indicates that the execution time will be limited. This information is managed by getLimitExecutionTimeEnabled and setLimitExecutionTimeEnabled.
Note: Ensure that this property returns true before you check the value for
getLimitExecutionTimeEnabled.
true if the execution time has been overloaded, and false otherwise.public void setLimitExecutionTimeOverloaded(java.lang.Boolean limitExecutionTimeOverloaded)
Sets a boolean that indicates whether the execution time for a query has been overloaded.
The default values for the query limit with respect to execution time are:
true which indicates that the execution time will be limited. This information is managed by getLimitExecutionTimeEnabled and setLimitExecutionTimeEnabled.
limitExecutionTimeOverloaded - true if the execution time has been overloaded, and false otherwise.public java.lang.Boolean getLimitResultSetSizeEnabled()
Returns a boolean that indicates whether limiting the result size has been enabled.
The default value is true. This indicates that the result set size will be limited to a certain number of rows.
The default number of rows that are returned by a query is set to 5000.
true if the result set size has been limited, and false otherwise.public void setLimitResultSetSizeEnabled(java.lang.Boolean limitResultSetSizeEnabled)
Sets a boolean that indicates whether limiting the result set size has been enabled.
limitResultSetSizeEnabled - true if the result set size has been limited, and false otherwise.public java.lang.Boolean getLimitResultSetSizeOverloaded()
Returns a boolean that indicates whether the result set size has been overloaded.
true if the result set size has been overloaded, and false otherwise.public void setLimitResultSetSizeOverloaded(java.lang.Boolean limitResultSetSizeOverloaded)
Sets a boolean that indicates whether the result set size has been overloaded.
limitResultSetSizeOverloaded - true if the result set size has been overloaded, and false otherwise.public java.lang.Boolean getSubQueriesAllowed()
Returns a boolean value to indicate whether to allow subqueries.
boolean value to indicate whether to allow subqueries.public void setSubQueriesAllowed(java.lang.Boolean subQueriesAllowed)
Sets a boolean value to indicate whether to allow subqueries.
subQueriesAllowed - A boolean value to indicate whether to allow subqueries.public java.lang.Boolean getSubQueriesAllowedOverloaded()
Returns a boolean value that indicates whether allowing subqueries is overloaded.
boolean value that indicates whether allowing subqueries is overloaded.public void setSubQueriesAllowedOverloaded(java.lang.Boolean subQueriesAllowedOverloaded)
Sets a boolean value that indicates whether allowing subqueries is overloaded.
subQueriesAllowedOverloaded - A boolean value that indicates whether allowing subqueries is overloaded.public java.lang.Boolean getMultipleSQLStatementsEachContextAllowed()
Returns a boolean that indicates whether permission to use multiple SQL statements for each context has been enabled.
The default value is true. This indicates that the use of multiple SQL statements for each context is permitted.
true if the use of multiple SQL statements for each context is permitted, and false otherwise.public void setMultipleSQLStatementsEachContextAllowed(java.lang.Boolean multipleSQLStatementsEachContextAllowed)
Sets a boolean that indicates whether permission to use of multiple SQL statements for each context has been enabled.
Note: If this property is set to true end users can execute a query, with objects that belong to different joins, to generate two distinct sets of results simultaneously.
multipleSQLStatementsEachContextAllowed - true if the use of multiple SQL statements for each context is permitted, and false otherwise.public java.lang.Boolean getMultipleSQLStatementsEachContextAllowedOverloaded()
Returns a boolean that indicates whether allowing multiple SQL statements for each context has been overloaded.
true if allowing multiple SQL statements for each context has been overloaded, and false otherwise.public void setMultipleSQLStatementsEachContextAllowedOverloaded(java.lang.Boolean multipleSQLStatementsEachContextAllowedOverloaded)
Sets a boolean that indicates whether allowing multiple SQL statements for each context has been overloaded.
multipleSQLStatementsEachContextAllowedOverloaded - true if allowing multiple SQL statements for each context has been overloaded, and false otherwise.public java.lang.Boolean getMultipleSQLStatementsEachMeasureAllowed()
Returns a boolean that indicates whether permission to use multiple SQL statements for each measure has been enabled.
The default value is true. This indicates that the use of multiple SQL statements for each measure is permitted.
true if the use of multiple SQL statements for each measure is permitted, and false otherwise.public void setMultipleSQLStatementsEachMeasureAllowed(java.lang.Boolean multipleSQLStatementsEachMeasureAllowed)
Sets a boolean that indicates whether permission to use multiple SQL statements for each measure has been enabled.
Note: If this property is set to true end users can execute a query with measure objects that originate from different tables.
multipleSQLStatementsEachMeasureAllowed - true if the use of multiple SQL statements for each measure is permitted, and false otherwise.public java.lang.Boolean getMultipleSQLStatementsEachMeasureAllowedOverloaded()
Returns a boolean that indicates whether permission to use multiple SQL statements for each measure has been overloaded.
true if allowing multiple SQL statements for each measure has been overloaded, and false otherwise.public void setMultipleSQLStatementsEachMeasureAllowedOverloaded(java.lang.Boolean multipleSQLStatementsEachMeasureAllowedOverloaded)
Sets a boolean that indicates whether permission to use multiple SQL statements for each measure has been overloaded.
multipleSQLStatementsEachMeasureAllowedOverloaded - true if allowing multiple SQL statements for each measure has been overloaded, and false otherwise.public java.lang.Boolean getPreventCartesianProduct()
Returns a boolean that indicates whether generating a cartesian product is prohibited.
The default value is false. This indicates that cartesian products are allowed but that a warning is generated prior to the query being executed.
true if cartesian products are prohibited, and false otherwise.public void setPreventCartesianProduct(java.lang.Boolean preventCartesianProduct)
Sets a boolean that indicates whether generating a cartesian product is prohibited.
Note: If this property is set to false, it allows a cartesian product. A cartesian product is defined as a situation
in which a query includes two or more tables that are not linked by a join. If executed, this query retrieves all possible combinations between each
table, and may lead to inaccurate results.
preventCartesianProduct - true if cartesian products are prohibited, and false otherwise.public java.lang.Boolean getPreventCartesianProductOverloaded()
Returns a boolean that indicates whether generating a cartesian product has been overloaded.
true if the property has been overloaded, and false otherwise.public void setPreventCartesianProductOverloaded(java.lang.Boolean preventCartesianProductOverloaded)
Sets a boolean that indicates whether generating a cartesian product has been overloaded.
preventCartesianProductOverloaded - true if the property has been overloaded, and false otherwise.public java.lang.Boolean getCostEstimationWarningEnabled()
Returns a boolean value that indicates whether the cost estimation warning is enabled.
boolean value that indicates whether the cost estimation warning is enabled.public void setCostEstimationWarningEnabled(java.lang.Boolean costEstimationWarningEnabled)
Sets a boolean value that indicates whether the cost estimation warning is enabled.
costEstimationWarningEnabled - A boolean value that indicates whether the cost estimation warning is enabled.public java.lang.Boolean getCostEstimationWarningOverloaded()
Returns a boolean value that indicates whether the cost estimation warning is overloaded.
boolean value that indicates whether the cost estimation warning is overloaded.public void setCostEstimationWarningOverloaded(java.lang.Boolean costEstimationWarningOverloaded)
Sets a boolean value that indicates whether the cost estimation warning is overloaded.
costEstimationWarningOverloaded - A boolean value that indicates whether the cost estimation warning is overloaded.public java.lang.Boolean getComplexOperandsAllowed()
Returns a boolean value that indicates whether to allow complex operands.
boolean value that indicates whether to allow complex operands.public void setComplexOperandsAllowed(java.lang.Boolean complexOperandsAllowed)
Sets a boolean value that indicates whether to allow complex operands.
complexOperandsAllowed - A boolean value that indicates whether to allow complex operands.public java.lang.Boolean getComplexOperandsAllowedOverloaded()
Returns a boolean value that indicates whether to overload allowing complex operands.
boolean value that indicates whether to overload allowing complex operands.public void setComplexOperandsAllowedOverloaded(java.lang.Boolean complexOperandsAllowedOverloaded)
Sets a boolean value that indicates whether to overload allowing complex operands.
complexOperandsAllowedOverloaded - A boolean value that indicates whether to overload allowing complex operands.public CustomProperties getCustomProperties()
Returns the custom properties.
public void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.public boolean equals(java.lang.Object obj)
equals in class InfoObjectpublic int hashCode()
hashCode in class InfoObjectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||