org.dlese.dpc.schemedit.ndr.action.form
Class CollectionIntegrationForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.ndr.action.form.CollectionIntegrationForm
- All Implemented Interfaces:
- Serializable
public class CollectionIntegrationForm
- extends org.apache.struts.action.ActionForm
ActionForm bean for handling interactions with the NDR.
- Author:
- ostwald $Id: CollectionIntegrationForm.java,v 1.8 2005/08/31 08:09:59
ostwald Exp $
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionIntegrationForm
public CollectionIntegrationForm()
- Constructor
getMappingsManager
public MappingsManager getMappingsManager()
setMappingsManager
public void setMappingsManager(MappingsManager mm)
getMappingInfo
public MappingInfo getMappingInfo()
setMappingInfo
public void setMappingInfo(MappingInfo mappingInfo)
getNdrApiUrl
public String getNdrApiUrl()
getNcsAgentHandle
public String getNcsAgentHandle()
prtln
protected final void prtln(String s)
- Output a line of text to standard out, with datestamp, if debug is set to
true.
- Parameters:
s
- The String that will be output.