Class CustomersByNameCallableTransformer

    • Field Detail

      • m_CustomerName

        protected String m_CustomerName
        the name of the customers to look up.
      • m_ProvidedCustomerName

        protected String m_ProvidedCustomerName
        the provided customer name.
    • Constructor Detail

      • CustomersByNameCallableTransformer

        public CustomersByNameCallableTransformer()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • reset

        protected void reset()
        Resets the scheme.
        Overrides:
        reset in class adams.core.option.AbstractOptionHandler
      • setCustomerName

        public void setCustomerName​(String value)
        Sets the customer name to look up.
        Parameters:
        value - the name
      • getCustomerName

        public String getCustomerName()
        Returns the customer name to look up.
        Returns:
        the name
      • customerNameTipText

        public String customerNameTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the classes that are accepted input.
        Returns:
        the classes that are accepted, null if no input
      • setRequestData

        public void setRequestData​(String value)
        Sets the data for the request, if any.
        Parameters:
        value - the request data
      • generates

        public Class[] generates()
        Returns the classes that this processor generates.
        Returns:
        the classes, null if no output