net.refractions.udig.validation
Class DTOUtils

java.lang.Object
  extended by net.refractions.udig.validation.DTOUtils

public class DTOUtils
extends java.lang.Object

TODO Purpose of

Since:
1.0.1
Author:
chorner

Constructor Summary
DTOUtils()
           
 
Method Summary
static boolean noNullArguments(TestDTO test)
          Checks an individual test to determine if all of the arguments are non-null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTOUtils

public DTOUtils()
Method Detail

noNullArguments

public static boolean noNullArguments(TestDTO test)
Checks an individual test to determine if all of the arguments are non-null.

Parameters:
test -
Returns: