public class CollectionIntegrationForm
extends org.apache.struts.action.ActionForm
Constructor and Description |
---|
CollectionIntegrationForm()
Constructor
|
Modifier and Type | Method and Description |
---|---|
MappingInfo |
getMappingInfo() |
MappingsManager |
getMappingsManager() |
java.lang.String |
getNcsAgentHandle() |
java.lang.String |
getNdrApiUrl() |
protected void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to
true.
|
void |
setMappingInfo(MappingInfo mappingInfo) |
void |
setMappingsManager(MappingsManager mm) |
public MappingsManager getMappingsManager()
public void setMappingsManager(MappingsManager mm)
public MappingInfo getMappingInfo()
public void setMappingInfo(MappingInfo mappingInfo)
public java.lang.String getNdrApiUrl()
public java.lang.String getNcsAgentHandle()
protected final void prtln(java.lang.String s)
s
- The String that will be output.