public static class GenerationInfo.GenerationInfoTarget
extends java.lang.Object
Constructor and Description |
---|
GenerationInfo.GenerationInfoTarget() |
GenerationInfo.GenerationInfoTarget(java.lang.String name,
java.lang.String resourceName,
java.lang.String model,
java.lang.String logicalSchema,
java.lang.String forcedContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getForcedContext()
Gets the forced context code of the target component.
|
java.lang.String |
getLogicalSchema()
Gets the logical schema name of the target datastore.
|
java.lang.String |
getModel()
Gets the model name of the target datastore.
|
java.lang.String |
getName()
Gets the name of the target datastore.
|
java.lang.String |
getResourceName()
Gets the target datastore resource name.
|
void |
setForcedContext(java.lang.String forcedContext)
Sets the forced context code of the target component.
|
void |
setLogicalSchema(java.lang.String logicalSchema)
Sets the logical schema name of the target datastore.
|
void |
setModel(java.lang.String model)
Sets the model name of the target datastore.
|
void |
setName(java.lang.String name)
Sets the name of the target datastore.
|
void |
setResourceName(java.lang.String resourceName)
Sets the target datastore resource name.
|
public GenerationInfo.GenerationInfoTarget()
public GenerationInfo.GenerationInfoTarget(java.lang.String name, java.lang.String resourceName, java.lang.String model, java.lang.String logicalSchema, java.lang.String forcedContext)
public void setName(java.lang.String name)
public java.lang.String getName()
public void setResourceName(java.lang.String resourceName)
public java.lang.String getResourceName()
public void setModel(java.lang.String model)
public java.lang.String getModel()
public void setLogicalSchema(java.lang.String logicalSchema)
public java.lang.String getLogicalSchema()
public void setForcedContext(java.lang.String forcedContext)
public java.lang.String getForcedContext()