public class DerivedSchemaTypeQueryTargetProperties extends Object implements Serializable
| Constructor and Description |
|---|
DerivedSchemaTypeQueryTargetProperties()
Default constructor
|
DerivedSchemaTypeQueryTargetProperties(DerivedSchemaTypeQueryTargetProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getQuery()
Return the query string for this element.
|
String |
getQueryId()
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()
Return the unique identifier that describes the data source that will be queried to get part of the derived value.
|
String |
getQueryType()
Return the name of the query language used in the query.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setQuery(String query)
Set up the query string for this element.
|
void |
setQueryId(String queryId)
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)
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)
Set up the name of the query language used in the query.
|
String |
toString()
Standard toString method.
|
public DerivedSchemaTypeQueryTargetProperties()
public DerivedSchemaTypeQueryTargetProperties(DerivedSchemaTypeQueryTargetProperties 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.