Class QFormat

java.lang.Object
de.hybris.platform.util.QFormat

public class QFormat extends Object
good old test format methods.
  • Constructor Details

    • QFormat

      public QFormat()
  • Method Details

    • Number0

      public static String Number0(long num, int len)
      Method Number0
      Parameters:
      num -
      len -
    • StringRight

      public static String StringRight(String str, int len)
      Method StringRight
      Parameters:
      str -
      len -
    • StringLeft

      public static String StringLeft(String str, int len)
      Method StringLeft
      Parameters:
      str -
      len -
    • NumberRight

      public static String NumberRight(long value, int len)
      Method NumberRight
      Parameters:
      value -
      len -
    • DoubleRight

      public static String DoubleRight(double value, int len)
      Method DoubleRight
      Parameters:
      value -
      len -
    • Currency

      public static String Currency(double value, int len)
      Method Currency
      Parameters:
      value -
      len -
    • getCurrentDate

      public static String getCurrentDate()
      Method getCurrentDate
    • RepeatedChar

      public static String RepeatedChar(char ch, int len)
      Method RepeatedChar
      Parameters:
      ch -
      len -