@Deprecated public class SchemaImplementationQuery extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
SchemaImplementationQuery()
Deprecated.
Default constructor
|
SchemaImplementationQuery(SchemaImplementationQuery template)
Deprecated.
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Deprecated.
Compare the values of the supplied object with those stored in the current object.
|
String |
getQuery()
Deprecated.
Return the query string for this element.
|
String |
getQueryId()
Deprecated.
Return the query id - this is used to identify where the results of this query should be plugged into
the other queries or the formula for the parent derived schema element.
|
String |
getQueryTargetGUID()
Deprecated.
Return the unique identifier that describes the data source that will be queried to get part of the derived value.
|
String |
getQueryType()
Deprecated.
Return the name of the query language used in the query.
|
int |
hashCode()
Deprecated.
Create a hash code for this element type.
|
void |
setQuery(String query)
Deprecated.
Set up the query string for this element.
|
void |
setQueryId(String queryId)
Deprecated.
Set up the query id - this is used to identify where the results of this query should be plugged into
the other queries or the formula for the parent derived schema element.
|
void |
setQueryTargetGUID(String queryTargetGUID)
Deprecated.
Set up the unique identifier that describes the data source that will be queried to get part of the derived value.
|
void |
setQueryType(String queryType)
Deprecated.
Set up the name of the query language used in the query.
|
String |
toString()
Deprecated.
Standard toString method.
|
getHeaderVersion, setHeaderVersionpublic SchemaImplementationQuery()
public SchemaImplementationQuery(SchemaImplementationQuery template)
template - template schema query to copy.public String getQueryId()
public void setQueryId(String queryId)
queryId - String query identifierpublic String getQuery()
public void setQuery(String query)
query - String querypublic String getQueryType()
public void setQueryType(String queryType)
queryType - String namepublic String getQueryTargetGUID()
public void setQueryTargetGUID(String queryTargetGUID)
queryTargetGUID - string guidpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.