public class GetReferenceStringTask
extends java.lang.Object
The reference string contains an XML skeleton containing all hierarchies where references to the given model occur in the database.
Constructor and Description |
---|
GetReferenceStringTask(java.lang.String modelName)
Construct an instance of the object and set the name of the model
for which to retrieve the reference string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModelName()
Return the model name that is needed to be fetched from the database.
|
void |
setModelName(java.lang.String modelName)
Set the model name to be fetched from the database.
|
public GetReferenceStringTask(java.lang.String modelName)
modelName
- the model name to be fetched from the database.public java.lang.String getModelName()
setModelName(java.lang.String)
public void setModelName(java.lang.String modelName)
modelName
- the name of the model to be fetched from the database.getModelName()