public class BusinessTerm extends Object
| Constructor and Description |
|---|
BusinessTerm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid()
Return the guid of the business term
|
String |
getName()
Return the name of the business term
|
String |
getQuery()
Return the query of the business term
|
void |
setGuid(String guid)
set up the guid of the business term
|
void |
setName(String name)
set up the name of the business term
|
void |
setQuery(String query)
set up the query of the business term
|
String |
toString() |
public String getGuid()
public void setGuid(String guid)
guid - - guid of the business termpublic String getName()
public void setName(String name)
name - - name of the business termpublic String getQuery()
public void setQuery(String query)
query - - query for the business termCopyright © 2017–2018 ODPi. All rights reserved.