com.beasys.commerce.util
Class JDBCFieldsHelper

java.lang.Object
  extended by com.beasys.commerce.util.JDBCFieldsHelper

Deprecated

@Deprecated
public class JDBCFieldsHelper
extends Object


Constructor Summary
JDBCFieldsHelper()
          Deprecated  
 
Method Summary
static Field getField(Object source, String fieldName)
          Deprecated  
static Object getValue(Object source, String fieldName)
          Deprecated  
static void setValue(Object target, String fieldName, Object source)
          Deprecated  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCFieldsHelper

public JDBCFieldsHelper()
Deprecated 
Method Detail

getField

public static Field getField(Object source,
                             String fieldName)
Deprecated 

getValue

public static Object getValue(Object source,
                              String fieldName)
Deprecated 

setValue

public static void setValue(Object target,
                            String fieldName,
                            Object source)
Deprecated 


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.