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:
  • Constructor Details

    • CollectionIntegrationForm

      public CollectionIntegrationForm()
      Constructor
  • Method Details

    • 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.