Class SoVendor


  • public class SoVendor
    extends Vendor
    a wrapper for the StepOver vendor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String VENDOR
      The vendor string.
    • Constructor Summary

      Constructors 
      Constructor Description
      SoVendor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the vendor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SoVendor

        public SoVendor()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from class: Vendor
        Returns the name of the vendor. This method must never return null.
        Specified by:
        getName in class Vendor
        Returns:
        the name of the vendor.