Class ApplicationDataUtil

java.lang.Object
org.nuiton.jaxx.application.ApplicationDataUtil

@Deprecated
public class ApplicationDataUtil
extends java.lang.Object
Deprecated.
since 2.12, will not be replaced.
Useful methods on data. TODO Needs some javadoc. Created on 11/24/13.
Since:
2.8
Author:
Tony Chemit - chemit@codelutin.com
  • Constructor Summary

    Constructors
    Constructor Description
    ApplicationDataUtil()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String getDuration​(java.util.Date startDate, java.util.Date endDate, java.lang.String format)
    Deprecated.
     
    static java.lang.Object getProperty​(java.lang.Object bean, java.lang.String property)
    Deprecated.
    static void setProperty​(java.lang.Object bean, java.lang.String property, java.lang.Object value)
    Deprecated.

    Methods inherited from class java.lang.Object

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

    • ApplicationDataUtil

      public ApplicationDataUtil()
      Deprecated.
  • Method Details

    • setProperty

      @Deprecated public static void setProperty​(java.lang.Object bean, java.lang.String property, java.lang.Object value)
      Deprecated.
    • getProperty

      @Deprecated public static java.lang.Object getProperty​(java.lang.Object bean, java.lang.String property)
      Deprecated.
    • getDuration

      public static java.lang.String getDuration​(java.util.Date startDate, java.util.Date endDate, java.lang.String format)
      Deprecated.