Class PropertyHandler


  • @Deprecated
    public final class PropertyHandler
    extends java.lang.Object
    Deprecated.
    Deprecated due to performance issues. Use PropertyToStringConverter instead.
    Class that is responsible for property type conversion and comparison.
    • Method Detail

      • getInstance

        public static PropertyHandler getInstance​(com.saperion.intf.SaPropertyValue prop)
        Deprecated.
        Sets the property to use.
        Parameters:
        prop - property to use
        Returns:
        PropertyConverter
      • compareTo

        public int compareTo​(com.saperion.intf.SaPropertyValue other)
        Deprecated.
        Parameters:
        other - Other property
        Returns:
        -1 if first value < other property's value, 0 if first value = other property's value, 1 if first value > other property's value