com.jamasoftware.contour.ws.v2.util
Class WsUtils

java.lang.Object
  extended by com.jamasoftware.contour.ws.v2.util.WsUtils

public class WsUtils
extends java.lang.Object


Constructor Summary
WsUtils()
           
 
Method Summary
static com.jamasoftware.contour.domain.Document_Document cloneRelationship(com.jamasoftware.contour.domain.Document_Document dd)
           
static boolean isNotEmpty(java.lang.String s)
           
static java.lang.Integer toInteger(java.lang.Long l)
          Converts a long to an Integer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsUtils

public WsUtils()
Method Detail

toInteger

public static java.lang.Integer toInteger(java.lang.Long l)
Converts a long to an Integer.

Parameters:
l -
Returns:
Integer

isNotEmpty

public static boolean isNotEmpty(java.lang.String s)

cloneRelationship

public static com.jamasoftware.contour.domain.Document_Document cloneRelationship(com.jamasoftware.contour.domain.Document_Document dd)


Copyright © 2010 Jama Software, Inc. All Rights Reserved.