public class DatabaseQueryProperties extends Object implements Serializable
| Constructor and Description |
|---|
DatabaseQueryProperties()
Default constructor
|
DatabaseQueryProperties(DatabaseQueryProperties template)
Copy/clone constructor for the database query.
|
| 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 code for the query.
|
String |
getQueryId()
Return the identifier that is used in the column formula.
|
String |
getQueryTargetGUID()
Returns the identity of the query target.
|
int |
hashCode()
Return has code based on properties.
|
void |
setQuery(String query)
Set up code for query.
|
void |
setQueryId(String queryId)
Set the identifier that is used in the column formula.
|
void |
setQueryTargetGUID(String queryTargetGUID)
Set up the identity of the query target.
|
String |
toString()
Standard toString method.
|
public DatabaseQueryProperties()
public DatabaseQueryProperties(DatabaseQueryProperties template)
template - template object to copy.public String getQueryId()
public void setQueryId(String queryId)
queryId - string identifierpublic void setQuery(String query)
query - String logicpublic String getQuery()
public void setQueryTargetGUID(String queryTargetGUID)
queryTargetGUID - schema attribute GUIDpublic String getQueryTargetGUID()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.