Package com.liusoft.dlog4j.beans

Examples of com.liusoft.dlog4j.beans.ConfigBean.timeValue()


    return (cb==null)?null:cb.timestampValue();
  }

  public static Time timeValue(int site_id, String key) {
    ConfigBean cb = getConfig(site_id, key);   
    return (cb==null)?null:cb.timeValue();
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.